Updates arbitrary key/value metadata. Metadata must be in the format X-Object-Meta-*. You can also assign X-Delete-At or X-Delete-After to expiring objects. You cannot use this operation to change other headers, such as Content-Type.
v1/{account}/{container}/{object}
X-Object-Meta | optional | Container metadata. * represents the name of metadata. |
X-Delete-At | optional | Certain date, in the format of a Unix Epoch timestamp, when the object will be removed. Stored in header. |
X-Delete-After | optional | Certain date, in the format of a Unix Epoch timestamp, after which the object will be removed. Stored in header. |
The following conditions must be met in order to call this operation.
The object must exist.
No Request Payload
no_name | always | object metadata |
Response indicating Success or Failure for this operation.