Updated on 2024-02-22 GMT+08:00

SDK Download Links

SDK Source Codes and API Documentation

Compatibility

  • For details about the version revision records, see ChangeLog.
  • Recommended browsers:
    • Browsers that fully support HTML5
  • Restrictions: Bucket creation, bucket listing, and CORS configuration are not supported.
  • Interface functions: Not completely compatible with earlier versions (2.1.x). The following table describes the changes.

    Interface Function

    Description

    ObsClient.setBucketAcl

    In the request parameters, the type of the Grants field changes to Array, and the Grants.Grant field is deleted.

    ObsClient.getBucketAcl

    In the response parameters, the type of the InterfaceResult.Grants field changes to Array, and the InterfaceResult.Grants.Grant field is deleted.

    ObsClient.setObjectAcl

    In the request parameters, the type of the Grants field changes to Array, and the Grants.Grant field is deleted.

    ObsClient.getObjectAcl

    In the response parameters, the type of the InterfaceResult.Grants field changes to Array, and the InterfaceResult.Grants.Grant field is deleted.

    ObsClient.setBucketLogging

    In the request parameters, the type of the LoggingEnabled.TargetGrants field changes to Array, and the LoggingEnabled.TargetGrants.Grant field is deleted.

    ObsClient.getBucketLogging

    In the response parameters, the type of the InterfaceResult.LoggingEnabled.TargetGrants field changes to Array, and the InterfaceResult.LoggingEnabled.TargetGrants.Grant field is deleted.

    ObsClient.setBucketWebsite

    In the request parameters, the type of the RoutingRules field changes to Array, and the RoutingRules.RoutingRule field is deleted.

    ObsClient.getBucketWebsite

    In the response parameters, the type of the InterfaceResult.RoutingRules field changes to Array, and the InterfaceResult.RoutingRules.RoutingRule field is deleted.

    ObsClient.getBucketCors

    In the response parameters, the InterfaceResult.CorsRule field is renamed as InterfaceResult.CorsRules.

    ObsClient.setBucketTagging

    In the request parameters, the type of the TagSet field changes to Array, and the TagSet.Tag field is deleted.

    ObsClient.getBucketTagging

    In the response parameters, the type of the InterfaceResult.TagSet field changes to Array, and the InterfaceResult.TagSet.Tag field is deleted.