Updated on 2024-12-09 GMT+08:00

Before You Start

If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see API Reference.

  • Ensure that you are familiar with OBS basic concepts, such as buckets, objects, and access keys (AK and SK).
  • You can see General Examples of ObsClient to understand how to call OBS PHP SDK APIs in a general manner.
  • After an API of ObsClient is called, if SDK common result objects are returned with no exception thrown, the operation is successful. If there is an exception returned, the operation fails, and you can reference SDK custom exceptions to learn the reason.
  • Some features are available only in some regions. If an API call returns the 405 HTTP status code, check whether the region supports this feature.