Documentation navigation

Objects

Update object attributes

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

Alias for `editObjectAttributes`.

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.