Class: Aws::S3::Types::CreateBucketMetadataConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The general purpose bucket that you want to create the metadata configuration for.



2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-s3/types.rb', line 2871

class CreateBucketMetadataConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :metadata_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#checksum_algorithmString

The checksum algorithm to use with your metadata configuration.



2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-s3/types.rb', line 2871

class CreateBucketMetadataConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :metadata_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#content_md5String

The ‘Content-MD5` header for the metadata configuration.



2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-s3/types.rb', line 2871

class CreateBucketMetadataConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :metadata_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#expected_bucket_ownerString

The expected owner of the general purpose bucket that corresponds to your metadata configuration.



2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-s3/types.rb', line 2871

class CreateBucketMetadataConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :metadata_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_configurationTypes::MetadataConfiguration

The contents of your metadata configuration.



2871
2872
2873
2874
2875
2876
2877
2878
2879
# File 'lib/aws-sdk-s3/types.rb', line 2871

class CreateBucketMetadataConfigurationRequest < Struct.new(
  :bucket,
  :content_md5,
  :checksum_algorithm,
  :metadata_configuration,
  :expected_bucket_owner)
  SENSITIVE = []
  include Aws::Structure
end