Learn R Programming

paws.storage (version 0.4.0)

s3_delete_bucket_encryption: This implementation of the DELETE action resets the default encryption for the bucket as server-side encryption with Amazon S3 managed keys (SSE-S3)

Description

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.

Usage

s3_delete_bucket_encryption(Bucket, ExpectedBucketOwner = NULL)

Arguments

Bucket

[required] The name of the bucket containing the server-side encryption configuration to delete.

ExpectedBucketOwner

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).