s3_create_bucket_metadata_table_configuration {paws.storage} | R Documentation |
Creates a metadata table configuration for a general purpose bucket
Description
Creates a metadata table configuration for a general purpose bucket. For more information, see Accelerating data discovery with S3 Metadata in the Amazon S3 User Guide.
See https://www.paws-r-sdk.com/docs/s3_create_bucket_metadata_table_configuration/ for full documentation.
Usage
s3_create_bucket_metadata_table_configuration(
Bucket,
ContentMD5 = NULL,
ChecksumAlgorithm = NULL,
MetadataTableConfiguration,
ExpectedBucketOwner = NULL
)
Arguments
Bucket |
[required] The general purpose bucket that you want to create the metadata table configuration in. |
ContentMD5 |
The |
ChecksumAlgorithm |
The checksum algorithm to use with your metadata table configuration. |
MetadataTableConfiguration |
[required] The contents of your metadata table configuration. |
ExpectedBucketOwner |
The expected owner of the general purpose bucket that contains your metadata table configuration. |
[Package paws.storage version 0.9.0 Index]