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

Object API Overview (SDK for Go)

OBS SDK for Go provides methods for accessing OBS using object-related APIs (except for resumable transfer APIs) with signed URLs. Such methods may contain the following three parameters (except for ObsClient.PutFileWithSignedUrl):

  • A signed URL
  • Headers required in a request made by using a signed URL
  • Data carried in a request (optional)

For details about how to generate a signed URL, see Creating a Signed URL (SDK for Go).