View source: R/s3control_operations.R
s3control_put_bucket_versioning | R Documentation |
This operation sets the versioning state for S3 on Outposts buckets only. To set the versioning state for an S3 bucket, see put_bucket_versioning
in the Amazon S3 API Reference.
See https://www.paws-r-sdk.com/docs/s3control_put_bucket_versioning/ for full documentation.
s3control_put_bucket_versioning(
AccountId,
Bucket,
MFA = NULL,
VersioningConfiguration
)
AccountId |
[required] The Amazon Web Services account ID of the S3 on Outposts bucket. |
Bucket |
[required] The S3 on Outposts bucket to set the versioning state for. |
MFA |
The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device. |
VersioningConfiguration |
[required] The root-level tag for the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.