S3 Put Bucket Encryption
PUT https://s3.{{region}}.backblazeb2.com/:bucket/?encryption
Sets the bucket's default encryption configuration. For more information on default encryption see Default Bucket Encryption.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
encryption | null | Must be present to put bucket encryption 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