S3 Put Object Lock Configuration
PUT https://s3.{{region}}.backblazeb2.com/:bucket?object-lock
Sets the Object Lock configuration for a bucket. The specified rule will apply by default to new objects created in the bucket.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
object-lock | null | Must be present to put object lock configuration. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-amz-expected-bucket-owner | null | Optional. Account ID of the expected bucket owner. If the bucket is owned by a different owner, a 403 Access Denied error will be returned. |
RESPONSES
status: OK