Skip to main content

Get Object Upload Information

POST 

/v1/storages/get-objects-upload-info

Batch get the required information for uploading objects.

Request

Body

arrayrequired

Upload object request parameters in array format

  • Array [
  • objectId Object ID, e.g., file name (string)required
    signedHeader object
    property name* string[]
  • Array [
  • string

  • ]
  • ]

Responses

Returned on successful call

Response Headers
  • X-Request-Id string

    Request ID

Schema
  • Array [
  • oneOf
    uploadUrl uri
    downloadUrl uri
    downloadUrlEncoded uri
    token Token required for upload, fill in the X-Cos-Security-Token request header (string)
    authorization Authorization information required for upload, fill in the Authorization request header (string)
    cloudObjectMeta Metadata information required for upload, fill in the X-Cos-Meta-Fileid request header (string)
    cloudObjectId Cloud object ID after object upload (string)
    objectId Object ID for this request (string)
  • ]
Loading...