Updated on 2024-02-22 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 the API Reference.

  • To access a bucket using the OBS BrowserJS SDK, you must first configure CORS for the bucket.
  • 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 learn how to call OBS BrowserJS SDK APIs in a general manner.
  • ObsClient supports API calling results returned via a callback function or the Promise object.
  • Some features are available only in some regions. If the HTTP status code of an API is 405, check whether the region supports this feature.