We recommend that you create your S3 Metadata configurations by using the V2 CreateBucketMetadataConfiguration API operation
Source:R/s3_operations.R
s3_create_bucket_metadata_table_configuration.RdWe recommend that you create your S3 Metadata configurations by using the V2 create_bucket_metadata_configuration API operation. We no longer recommend using the V1 create_bucket_metadata_table_configuration API operation.
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 for.
- ContentMD5
The
Content-MD5header for the metadata table configuration.- 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 corresponds to your metadata table configuration.