This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3). For information about the bucket default encryption feature, see Amazon S3 Bucket Default Encryption in the Amazon S3 User Guide.
See https://www.paws-r-sdk.com/docs/s3_delete_bucket_encryption/ for full documentation.
s3_delete_bucket_encryption(Bucket, ExpectedBucketOwner = NULL)
[required] The name of the bucket containing the server-side encryption configuration to delete.
The account ID of the expected bucket owner. If the bucket is owned by a
different account, the request fails with the HTTP status code
403 Forbidden
(access denied).