Documentation navigation

Objects

Edit object attributes

PATCH/storage/buckets/{bucketName}/objects/{key}

Edit object attributes.

Parameters

UpdateObjectAttributesParams
bucketNamestring
Bucket name.
keystring
Object key inside the bucket.
attributesJsonObject
Replacement user-defined attributes for the object.
signal?AbortSignal
Abort signal for cancelling the update request.

Returns

object_dataStorageObject
Updated object metadata.