aws-sdk-s3 1.112.0 → 1.113.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +96 -17
- data/lib/aws-sdk-s3/bucket_acl.rb +18 -2
- data/lib/aws-sdk-s3/bucket_cors.rb +20 -4
- data/lib/aws-sdk-s3/bucket_lifecycle.rb +20 -4
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +20 -4
- data/lib/aws-sdk-s3/bucket_logging.rb +18 -2
- data/lib/aws-sdk-s3/bucket_notification.rb +2 -2
- data/lib/aws-sdk-s3/bucket_policy.rb +20 -4
- data/lib/aws-sdk-s3/bucket_request_payment.rb +18 -2
- data/lib/aws-sdk-s3/bucket_tagging.rb +20 -4
- data/lib/aws-sdk-s3/bucket_versioning.rb +54 -6
- data/lib/aws-sdk-s3/bucket_website.rb +20 -4
- data/lib/aws-sdk-s3/client.rb +1748 -634
- data/lib/aws-sdk-s3/client_api.rb +371 -21
- data/lib/aws-sdk-s3/customizations/object.rb +2 -2
- data/lib/aws-sdk-s3/multipart_file_uploader.rb +26 -7
- data/lib/aws-sdk-s3/multipart_upload.rb +126 -12
- data/lib/aws-sdk-s3/multipart_upload_part.rb +132 -13
- data/lib/aws-sdk-s3/object.rb +243 -61
- data/lib/aws-sdk-s3/object_acl.rb +20 -4
- data/lib/aws-sdk-s3/object_summary.rb +163 -41
- data/lib/aws-sdk-s3/object_version.rb +62 -26
- data/lib/aws-sdk-s3/plugins/md5s.rb +5 -3
- data/lib/aws-sdk-s3/plugins/skip_whole_multipart_get_checksums.rb +31 -0
- data/lib/aws-sdk-s3/presigned_post.rb +9 -2
- data/lib/aws-sdk-s3/types.rb +2229 -462
- data/lib/aws-sdk-s3.rb +1 -1
- metadata +5 -4
@@ -64,6 +64,14 @@ module Aws::S3
|
|
64
64
|
CSVInput = Shapes::StructureShape.new(name: 'CSVInput')
|
65
65
|
CSVOutput = Shapes::StructureShape.new(name: 'CSVOutput')
|
66
66
|
CacheControl = Shapes::StringShape.new(name: 'CacheControl')
|
67
|
+
Checksum = Shapes::StructureShape.new(name: 'Checksum')
|
68
|
+
ChecksumAlgorithm = Shapes::StringShape.new(name: 'ChecksumAlgorithm')
|
69
|
+
ChecksumAlgorithmList = Shapes::ListShape.new(name: 'ChecksumAlgorithmList', flattened: true)
|
70
|
+
ChecksumCRC32 = Shapes::StringShape.new(name: 'ChecksumCRC32')
|
71
|
+
ChecksumCRC32C = Shapes::StringShape.new(name: 'ChecksumCRC32C')
|
72
|
+
ChecksumMode = Shapes::StringShape.new(name: 'ChecksumMode')
|
73
|
+
ChecksumSHA1 = Shapes::StringShape.new(name: 'ChecksumSHA1')
|
74
|
+
ChecksumSHA256 = Shapes::StringShape.new(name: 'ChecksumSHA256')
|
67
75
|
CloudFunction = Shapes::StringShape.new(name: 'CloudFunction')
|
68
76
|
CloudFunctionConfiguration = Shapes::StructureShape.new(name: 'CloudFunctionConfiguration')
|
69
77
|
CloudFunctionInvocationRole = Shapes::StringShape.new(name: 'CloudFunctionInvocationRole')
|
@@ -221,6 +229,9 @@ module Aws::S3
|
|
221
229
|
GetBucketWebsiteRequest = Shapes::StructureShape.new(name: 'GetBucketWebsiteRequest')
|
222
230
|
GetObjectAclOutput = Shapes::StructureShape.new(name: 'GetObjectAclOutput')
|
223
231
|
GetObjectAclRequest = Shapes::StructureShape.new(name: 'GetObjectAclRequest')
|
232
|
+
GetObjectAttributesOutput = Shapes::StructureShape.new(name: 'GetObjectAttributesOutput')
|
233
|
+
GetObjectAttributesParts = Shapes::StructureShape.new(name: 'GetObjectAttributesParts')
|
234
|
+
GetObjectAttributesRequest = Shapes::StructureShape.new(name: 'GetObjectAttributesRequest')
|
224
235
|
GetObjectLegalHoldOutput = Shapes::StructureShape.new(name: 'GetObjectLegalHoldOutput')
|
225
236
|
GetObjectLegalHoldRequest = Shapes::StructureShape.new(name: 'GetObjectLegalHoldRequest')
|
226
237
|
GetObjectLockConfigurationOutput = Shapes::StructureShape.new(name: 'GetObjectLockConfigurationOutput')
|
@@ -369,6 +380,8 @@ module Aws::S3
|
|
369
380
|
NotificationId = Shapes::StringShape.new(name: 'NotificationId')
|
370
381
|
Object = Shapes::StructureShape.new(name: 'Object')
|
371
382
|
ObjectAlreadyInActiveTierError = Shapes::StructureShape.new(name: 'ObjectAlreadyInActiveTierError')
|
383
|
+
ObjectAttributes = Shapes::StringShape.new(name: 'ObjectAttributes')
|
384
|
+
ObjectAttributesList = Shapes::ListShape.new(name: 'ObjectAttributesList')
|
372
385
|
ObjectCannedACL = Shapes::StringShape.new(name: 'ObjectCannedACL')
|
373
386
|
ObjectIdentifier = Shapes::StructureShape.new(name: 'ObjectIdentifier')
|
374
387
|
ObjectIdentifierList = Shapes::ListShape.new(name: 'ObjectIdentifierList', flattened: true)
|
@@ -387,6 +400,8 @@ module Aws::S3
|
|
387
400
|
ObjectLockToken = Shapes::StringShape.new(name: 'ObjectLockToken')
|
388
401
|
ObjectNotInActiveTierError = Shapes::StructureShape.new(name: 'ObjectNotInActiveTierError')
|
389
402
|
ObjectOwnership = Shapes::StringShape.new(name: 'ObjectOwnership')
|
403
|
+
ObjectPart = Shapes::StructureShape.new(name: 'ObjectPart')
|
404
|
+
ObjectSize = Shapes::IntegerShape.new(name: 'ObjectSize')
|
390
405
|
ObjectSizeGreaterThanBytes = Shapes::IntegerShape.new(name: 'ObjectSizeGreaterThanBytes')
|
391
406
|
ObjectSizeLessThanBytes = Shapes::IntegerShape.new(name: 'ObjectSizeLessThanBytes')
|
392
407
|
ObjectStorageClass = Shapes::StringShape.new(name: 'ObjectStorageClass')
|
@@ -407,6 +422,7 @@ module Aws::S3
|
|
407
422
|
PartNumberMarker = Shapes::IntegerShape.new(name: 'PartNumberMarker')
|
408
423
|
Parts = Shapes::ListShape.new(name: 'Parts', flattened: true)
|
409
424
|
PartsCount = Shapes::IntegerShape.new(name: 'PartsCount')
|
425
|
+
PartsList = Shapes::ListShape.new(name: 'PartsList', flattened: true)
|
410
426
|
Payer = Shapes::StringShape.new(name: 'Payer')
|
411
427
|
Permission = Shapes::StringShape.new(name: 'Permission')
|
412
428
|
Policy = Shapes::StringShape.new(name: 'Policy')
|
@@ -672,6 +688,14 @@ module Aws::S3
|
|
672
688
|
CSVOutput.add_member(:quote_character, Shapes::ShapeRef.new(shape: QuoteCharacter, location_name: "QuoteCharacter"))
|
673
689
|
CSVOutput.struct_class = Types::CSVOutput
|
674
690
|
|
691
|
+
Checksum.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
692
|
+
Checksum.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
693
|
+
Checksum.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
694
|
+
Checksum.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
695
|
+
Checksum.struct_class = Types::Checksum
|
696
|
+
|
697
|
+
ChecksumAlgorithmList.member = Shapes::ShapeRef.new(shape: ChecksumAlgorithm)
|
698
|
+
|
675
699
|
CloudFunctionConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: NotificationId, location_name: "Id"))
|
676
700
|
CloudFunctionConfiguration.add_member(:event, Shapes::ShapeRef.new(shape: Event, deprecated: true, location_name: "Event"))
|
677
701
|
CloudFunctionConfiguration.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Event"))
|
@@ -689,6 +713,10 @@ module Aws::S3
|
|
689
713
|
CompleteMultipartUploadOutput.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, location_name: "Key"))
|
690
714
|
CompleteMultipartUploadOutput.add_member(:expiration, Shapes::ShapeRef.new(shape: Expiration, location: "header", location_name: "x-amz-expiration"))
|
691
715
|
CompleteMultipartUploadOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
716
|
+
CompleteMultipartUploadOutput.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
717
|
+
CompleteMultipartUploadOutput.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
718
|
+
CompleteMultipartUploadOutput.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
719
|
+
CompleteMultipartUploadOutput.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
692
720
|
CompleteMultipartUploadOutput.add_member(:server_side_encryption, Shapes::ShapeRef.new(shape: ServerSideEncryption, location: "header", location_name: "x-amz-server-side-encryption"))
|
693
721
|
CompleteMultipartUploadOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
694
722
|
CompleteMultipartUploadOutput.add_member(:ssekms_key_id, Shapes::ShapeRef.new(shape: SSEKMSKeyId, location: "header", location_name: "x-amz-server-side-encryption-aws-kms-key-id"))
|
@@ -700,8 +728,15 @@ module Aws::S3
|
|
700
728
|
CompleteMultipartUploadRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
701
729
|
CompleteMultipartUploadRequest.add_member(:multipart_upload, Shapes::ShapeRef.new(shape: CompletedMultipartUpload, location_name: "CompleteMultipartUpload", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
702
730
|
CompleteMultipartUploadRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
|
731
|
+
CompleteMultipartUploadRequest.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
732
|
+
CompleteMultipartUploadRequest.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
733
|
+
CompleteMultipartUploadRequest.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
734
|
+
CompleteMultipartUploadRequest.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
703
735
|
CompleteMultipartUploadRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
704
736
|
CompleteMultipartUploadRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
737
|
+
CompleteMultipartUploadRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
738
|
+
CompleteMultipartUploadRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
|
739
|
+
CompleteMultipartUploadRequest.add_member(:sse_customer_key_md5, Shapes::ShapeRef.new(shape: SSECustomerKeyMD5, location: "header", location_name: "x-amz-server-side-encryption-customer-key-MD5"))
|
705
740
|
CompleteMultipartUploadRequest.struct_class = Types::CompleteMultipartUploadRequest
|
706
741
|
CompleteMultipartUploadRequest[:payload] = :multipart_upload
|
707
742
|
CompleteMultipartUploadRequest[:payload_member] = CompleteMultipartUploadRequest.member(:multipart_upload)
|
@@ -710,6 +745,10 @@ module Aws::S3
|
|
710
745
|
CompletedMultipartUpload.struct_class = Types::CompletedMultipartUpload
|
711
746
|
|
712
747
|
CompletedPart.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
748
|
+
CompletedPart.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
749
|
+
CompletedPart.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
750
|
+
CompletedPart.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
751
|
+
CompletedPart.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
713
752
|
CompletedPart.add_member(:part_number, Shapes::ShapeRef.new(shape: PartNumber, location_name: "PartNumber"))
|
714
753
|
CompletedPart.struct_class = Types::CompletedPart
|
715
754
|
|
@@ -739,6 +778,7 @@ module Aws::S3
|
|
739
778
|
CopyObjectRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
740
779
|
CopyObjectRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
741
780
|
CopyObjectRequest.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
|
781
|
+
CopyObjectRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-checksum-algorithm"))
|
742
782
|
CopyObjectRequest.add_member(:content_disposition, Shapes::ShapeRef.new(shape: ContentDisposition, location: "header", location_name: "Content-Disposition"))
|
743
783
|
CopyObjectRequest.add_member(:content_encoding, Shapes::ShapeRef.new(shape: ContentEncoding, location: "header", location_name: "Content-Encoding"))
|
744
784
|
CopyObjectRequest.add_member(:content_language, Shapes::ShapeRef.new(shape: ContentLanguage, location: "header", location_name: "Content-Language"))
|
@@ -780,10 +820,18 @@ module Aws::S3
|
|
780
820
|
|
781
821
|
CopyObjectResult.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
782
822
|
CopyObjectResult.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified"))
|
823
|
+
CopyObjectResult.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
824
|
+
CopyObjectResult.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
825
|
+
CopyObjectResult.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
826
|
+
CopyObjectResult.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
783
827
|
CopyObjectResult.struct_class = Types::CopyObjectResult
|
784
828
|
|
785
829
|
CopyPartResult.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
786
830
|
CopyPartResult.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified"))
|
831
|
+
CopyPartResult.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
832
|
+
CopyPartResult.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
833
|
+
CopyPartResult.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
834
|
+
CopyPartResult.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
787
835
|
CopyPartResult.struct_class = Types::CopyPartResult
|
788
836
|
|
789
837
|
CreateBucketConfiguration.add_member(:location_constraint, Shapes::ShapeRef.new(shape: BucketLocationConstraint, location_name: "LocationConstraint"))
|
@@ -818,6 +866,7 @@ module Aws::S3
|
|
818
866
|
CreateMultipartUploadOutput.add_member(:ssekms_encryption_context, Shapes::ShapeRef.new(shape: SSEKMSEncryptionContext, location: "header", location_name: "x-amz-server-side-encryption-context"))
|
819
867
|
CreateMultipartUploadOutput.add_member(:bucket_key_enabled, Shapes::ShapeRef.new(shape: BucketKeyEnabled, location: "header", location_name: "x-amz-server-side-encryption-bucket-key-enabled"))
|
820
868
|
CreateMultipartUploadOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
869
|
+
CreateMultipartUploadOutput.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-checksum-algorithm"))
|
821
870
|
CreateMultipartUploadOutput.struct_class = Types::CreateMultipartUploadOutput
|
822
871
|
|
823
872
|
CreateMultipartUploadRequest.add_member(:acl, Shapes::ShapeRef.new(shape: ObjectCannedACL, location: "header", location_name: "x-amz-acl"))
|
@@ -849,6 +898,7 @@ module Aws::S3
|
|
849
898
|
CreateMultipartUploadRequest.add_member(:object_lock_retain_until_date, Shapes::ShapeRef.new(shape: ObjectLockRetainUntilDate, location: "header", location_name: "x-amz-object-lock-retain-until-date"))
|
850
899
|
CreateMultipartUploadRequest.add_member(:object_lock_legal_hold_status, Shapes::ShapeRef.new(shape: ObjectLockLegalHoldStatus, location: "header", location_name: "x-amz-object-lock-legal-hold"))
|
851
900
|
CreateMultipartUploadRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
901
|
+
CreateMultipartUploadRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-checksum-algorithm"))
|
852
902
|
CreateMultipartUploadRequest.struct_class = Types::CreateMultipartUploadRequest
|
853
903
|
|
854
904
|
DefaultRetention.add_member(:mode, Shapes::ShapeRef.new(shape: ObjectLockRetentionMode, location_name: "Mode"))
|
@@ -961,6 +1011,7 @@ module Aws::S3
|
|
961
1011
|
DeleteObjectsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
962
1012
|
DeleteObjectsRequest.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: BypassGovernanceRetention, location: "header", location_name: "x-amz-bypass-governance-retention"))
|
963
1013
|
DeleteObjectsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1014
|
+
DeleteObjectsRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
964
1015
|
DeleteObjectsRequest.struct_class = Types::DeleteObjectsRequest
|
965
1016
|
DeleteObjectsRequest[:payload] = :delete
|
966
1017
|
DeleteObjectsRequest[:payload_member] = DeleteObjectsRequest.member(:delete)
|
@@ -1204,6 +1255,38 @@ module Aws::S3
|
|
1204
1255
|
GetObjectAclRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1205
1256
|
GetObjectAclRequest.struct_class = Types::GetObjectAclRequest
|
1206
1257
|
|
1258
|
+
GetObjectAttributesOutput.add_member(:delete_marker, Shapes::ShapeRef.new(shape: DeleteMarker, location: "header", location_name: "x-amz-delete-marker"))
|
1259
|
+
GetObjectAttributesOutput.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location: "header", location_name: "Last-Modified"))
|
1260
|
+
GetObjectAttributesOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
1261
|
+
GetObjectAttributesOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
1262
|
+
GetObjectAttributesOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
1263
|
+
GetObjectAttributesOutput.add_member(:checksum, Shapes::ShapeRef.new(shape: Checksum, location_name: "Checksum"))
|
1264
|
+
GetObjectAttributesOutput.add_member(:object_parts, Shapes::ShapeRef.new(shape: GetObjectAttributesParts, location_name: "ObjectParts"))
|
1265
|
+
GetObjectAttributesOutput.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "StorageClass"))
|
1266
|
+
GetObjectAttributesOutput.add_member(:object_size, Shapes::ShapeRef.new(shape: ObjectSize, location_name: "ObjectSize"))
|
1267
|
+
GetObjectAttributesOutput.struct_class = Types::GetObjectAttributesOutput
|
1268
|
+
|
1269
|
+
GetObjectAttributesParts.add_member(:total_parts_count, Shapes::ShapeRef.new(shape: PartsCount, location_name: "PartsCount"))
|
1270
|
+
GetObjectAttributesParts.add_member(:part_number_marker, Shapes::ShapeRef.new(shape: PartNumberMarker, location_name: "PartNumberMarker"))
|
1271
|
+
GetObjectAttributesParts.add_member(:next_part_number_marker, Shapes::ShapeRef.new(shape: NextPartNumberMarker, location_name: "NextPartNumberMarker"))
|
1272
|
+
GetObjectAttributesParts.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location_name: "MaxParts"))
|
1273
|
+
GetObjectAttributesParts.add_member(:is_truncated, Shapes::ShapeRef.new(shape: IsTruncated, location_name: "IsTruncated"))
|
1274
|
+
GetObjectAttributesParts.add_member(:parts, Shapes::ShapeRef.new(shape: PartsList, location_name: "Part"))
|
1275
|
+
GetObjectAttributesParts.struct_class = Types::GetObjectAttributesParts
|
1276
|
+
|
1277
|
+
GetObjectAttributesRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1278
|
+
GetObjectAttributesRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
1279
|
+
GetObjectAttributesRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1280
|
+
GetObjectAttributesRequest.add_member(:max_parts, Shapes::ShapeRef.new(shape: MaxParts, location: "header", location_name: "x-amz-max-parts"))
|
1281
|
+
GetObjectAttributesRequest.add_member(:part_number_marker, Shapes::ShapeRef.new(shape: PartNumberMarker, location: "header", location_name: "x-amz-part-number-marker"))
|
1282
|
+
GetObjectAttributesRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
1283
|
+
GetObjectAttributesRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
|
1284
|
+
GetObjectAttributesRequest.add_member(:sse_customer_key_md5, Shapes::ShapeRef.new(shape: SSECustomerKeyMD5, location: "header", location_name: "x-amz-server-side-encryption-customer-key-MD5"))
|
1285
|
+
GetObjectAttributesRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1286
|
+
GetObjectAttributesRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1287
|
+
GetObjectAttributesRequest.add_member(:object_attributes, Shapes::ShapeRef.new(shape: ObjectAttributesList, required: true, location: "header", location_name: "x-amz-object-attributes"))
|
1288
|
+
GetObjectAttributesRequest.struct_class = Types::GetObjectAttributesRequest
|
1289
|
+
|
1207
1290
|
GetObjectLegalHoldOutput.add_member(:legal_hold, Shapes::ShapeRef.new(shape: ObjectLockLegalHold, location_name: "LegalHold"))
|
1208
1291
|
GetObjectLegalHoldOutput.struct_class = Types::GetObjectLegalHoldOutput
|
1209
1292
|
GetObjectLegalHoldOutput[:payload] = :legal_hold
|
@@ -1233,6 +1316,10 @@ module Aws::S3
|
|
1233
1316
|
GetObjectOutput.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location: "header", location_name: "Last-Modified"))
|
1234
1317
|
GetObjectOutput.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
1235
1318
|
GetObjectOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location: "header", location_name: "ETag"))
|
1319
|
+
GetObjectOutput.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
1320
|
+
GetObjectOutput.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
1321
|
+
GetObjectOutput.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
1322
|
+
GetObjectOutput.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
1236
1323
|
GetObjectOutput.add_member(:missing_meta, Shapes::ShapeRef.new(shape: MissingMeta, location: "header", location_name: "x-amz-missing-meta"))
|
1237
1324
|
GetObjectOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
1238
1325
|
GetObjectOutput.add_member(:cache_control, Shapes::ShapeRef.new(shape: CacheControl, location: "header", location_name: "Cache-Control"))
|
@@ -1282,6 +1369,7 @@ module Aws::S3
|
|
1282
1369
|
GetObjectRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1283
1370
|
GetObjectRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: PartNumber, location: "querystring", location_name: "partNumber"))
|
1284
1371
|
GetObjectRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1372
|
+
GetObjectRequest.add_member(:checksum_mode, Shapes::ShapeRef.new(shape: ChecksumMode, location: "header", location_name: "x-amz-checksum-mode"))
|
1285
1373
|
GetObjectRequest.struct_class = Types::GetObjectRequest
|
1286
1374
|
|
1287
1375
|
GetObjectRetentionOutput.add_member(:retention, Shapes::ShapeRef.new(shape: ObjectLockRetention, location_name: "Retention"))
|
@@ -1355,6 +1443,10 @@ module Aws::S3
|
|
1355
1443
|
HeadObjectOutput.add_member(:archive_status, Shapes::ShapeRef.new(shape: ArchiveStatus, location: "header", location_name: "x-amz-archive-status"))
|
1356
1444
|
HeadObjectOutput.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location: "header", location_name: "Last-Modified"))
|
1357
1445
|
HeadObjectOutput.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
1446
|
+
HeadObjectOutput.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
1447
|
+
HeadObjectOutput.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
1448
|
+
HeadObjectOutput.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
1449
|
+
HeadObjectOutput.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
1358
1450
|
HeadObjectOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location: "header", location_name: "ETag"))
|
1359
1451
|
HeadObjectOutput.add_member(:missing_meta, Shapes::ShapeRef.new(shape: MissingMeta, location: "header", location_name: "x-amz-missing-meta"))
|
1360
1452
|
HeadObjectOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
@@ -1395,6 +1487,7 @@ module Aws::S3
|
|
1395
1487
|
HeadObjectRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1396
1488
|
HeadObjectRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: PartNumber, location: "querystring", location_name: "partNumber"))
|
1397
1489
|
HeadObjectRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1490
|
+
HeadObjectRequest.add_member(:checksum_mode, Shapes::ShapeRef.new(shape: ChecksumMode, location: "header", location_name: "x-amz-checksum-mode"))
|
1398
1491
|
HeadObjectRequest.struct_class = Types::HeadObjectRequest
|
1399
1492
|
|
1400
1493
|
IndexDocument.add_member(:suffix, Shapes::ShapeRef.new(shape: Suffix, required: true, location_name: "Suffix"))
|
@@ -1670,6 +1763,7 @@ module Aws::S3
|
|
1670
1763
|
ListPartsOutput.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
1671
1764
|
ListPartsOutput.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "StorageClass"))
|
1672
1765
|
ListPartsOutput.add_member(:request_charged, Shapes::ShapeRef.new(shape: RequestCharged, location: "header", location_name: "x-amz-request-charged"))
|
1766
|
+
ListPartsOutput.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location_name: "ChecksumAlgorithm"))
|
1673
1767
|
ListPartsOutput.struct_class = Types::ListPartsOutput
|
1674
1768
|
|
1675
1769
|
ListPartsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
@@ -1679,6 +1773,9 @@ module Aws::S3
|
|
1679
1773
|
ListPartsRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
|
1680
1774
|
ListPartsRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
1681
1775
|
ListPartsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1776
|
+
ListPartsRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
1777
|
+
ListPartsRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
|
1778
|
+
ListPartsRequest.add_member(:sse_customer_key_md5, Shapes::ShapeRef.new(shape: SSECustomerKeyMD5, location: "header", location_name: "x-amz-server-side-encryption-customer-key-MD5"))
|
1682
1779
|
ListPartsRequest.struct_class = Types::ListPartsRequest
|
1683
1780
|
|
1684
1781
|
LoggingEnabled.add_member(:target_bucket, Shapes::ShapeRef.new(shape: TargetBucket, required: true, location_name: "TargetBucket"))
|
@@ -1720,6 +1817,7 @@ module Aws::S3
|
|
1720
1817
|
MultipartUpload.add_member(:storage_class, Shapes::ShapeRef.new(shape: StorageClass, location_name: "StorageClass"))
|
1721
1818
|
MultipartUpload.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
1722
1819
|
MultipartUpload.add_member(:initiator, Shapes::ShapeRef.new(shape: Initiator, location_name: "Initiator"))
|
1820
|
+
MultipartUpload.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location_name: "ChecksumAlgorithm"))
|
1723
1821
|
MultipartUpload.struct_class = Types::MultipartUpload
|
1724
1822
|
|
1725
1823
|
MultipartUploadList.member = Shapes::ShapeRef.new(shape: MultipartUpload)
|
@@ -1758,6 +1856,7 @@ module Aws::S3
|
|
1758
1856
|
Object.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, location_name: "Key"))
|
1759
1857
|
Object.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified"))
|
1760
1858
|
Object.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
1859
|
+
Object.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithmList, location_name: "ChecksumAlgorithm"))
|
1761
1860
|
Object.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size"))
|
1762
1861
|
Object.add_member(:storage_class, Shapes::ShapeRef.new(shape: ObjectStorageClass, location_name: "StorageClass"))
|
1763
1862
|
Object.add_member(:owner, Shapes::ShapeRef.new(shape: Owner, location_name: "Owner"))
|
@@ -1765,6 +1864,8 @@ module Aws::S3
|
|
1765
1864
|
|
1766
1865
|
ObjectAlreadyInActiveTierError.struct_class = Types::ObjectAlreadyInActiveTierError
|
1767
1866
|
|
1867
|
+
ObjectAttributesList.member = Shapes::ShapeRef.new(shape: ObjectAttributes)
|
1868
|
+
|
1768
1869
|
ObjectIdentifier.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location_name: "Key"))
|
1769
1870
|
ObjectIdentifier.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location_name: "VersionId"))
|
1770
1871
|
ObjectIdentifier.struct_class = Types::ObjectIdentifier
|
@@ -1789,7 +1890,16 @@ module Aws::S3
|
|
1789
1890
|
|
1790
1891
|
ObjectNotInActiveTierError.struct_class = Types::ObjectNotInActiveTierError
|
1791
1892
|
|
1893
|
+
ObjectPart.add_member(:part_number, Shapes::ShapeRef.new(shape: PartNumber, location_name: "PartNumber"))
|
1894
|
+
ObjectPart.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size"))
|
1895
|
+
ObjectPart.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
1896
|
+
ObjectPart.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
1897
|
+
ObjectPart.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
1898
|
+
ObjectPart.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
1899
|
+
ObjectPart.struct_class = Types::ObjectPart
|
1900
|
+
|
1792
1901
|
ObjectVersion.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
1902
|
+
ObjectVersion.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithmList, location_name: "ChecksumAlgorithm"))
|
1793
1903
|
ObjectVersion.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size"))
|
1794
1904
|
ObjectVersion.add_member(:storage_class, Shapes::ShapeRef.new(shape: ObjectVersionStorageClass, location_name: "StorageClass"))
|
1795
1905
|
ObjectVersion.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, location_name: "Key"))
|
@@ -1826,10 +1936,16 @@ module Aws::S3
|
|
1826
1936
|
Part.add_member(:last_modified, Shapes::ShapeRef.new(shape: LastModified, location_name: "LastModified"))
|
1827
1937
|
Part.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location_name: "ETag"))
|
1828
1938
|
Part.add_member(:size, Shapes::ShapeRef.new(shape: Size, location_name: "Size"))
|
1939
|
+
Part.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location_name: "ChecksumCRC32"))
|
1940
|
+
Part.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location_name: "ChecksumCRC32C"))
|
1941
|
+
Part.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location_name: "ChecksumSHA1"))
|
1942
|
+
Part.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location_name: "ChecksumSHA256"))
|
1829
1943
|
Part.struct_class = Types::Part
|
1830
1944
|
|
1831
1945
|
Parts.member = Shapes::ShapeRef.new(shape: Part)
|
1832
1946
|
|
1947
|
+
PartsList.member = Shapes::ShapeRef.new(shape: ObjectPart)
|
1948
|
+
|
1833
1949
|
PolicyStatus.add_member(:is_public, Shapes::ShapeRef.new(shape: IsPublic, location_name: "IsPublic"))
|
1834
1950
|
PolicyStatus.struct_class = Types::PolicyStatus
|
1835
1951
|
|
@@ -1850,6 +1966,7 @@ module Aws::S3
|
|
1850
1966
|
PutBucketAccelerateConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1851
1967
|
PutBucketAccelerateConfigurationRequest.add_member(:accelerate_configuration, Shapes::ShapeRef.new(shape: AccelerateConfiguration, required: true, location_name: "AccelerateConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1852
1968
|
PutBucketAccelerateConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1969
|
+
PutBucketAccelerateConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1853
1970
|
PutBucketAccelerateConfigurationRequest.struct_class = Types::PutBucketAccelerateConfigurationRequest
|
1854
1971
|
PutBucketAccelerateConfigurationRequest[:payload] = :accelerate_configuration
|
1855
1972
|
PutBucketAccelerateConfigurationRequest[:payload_member] = PutBucketAccelerateConfigurationRequest.member(:accelerate_configuration)
|
@@ -1858,6 +1975,7 @@ module Aws::S3
|
|
1858
1975
|
PutBucketAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1859
1976
|
PutBucketAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1860
1977
|
PutBucketAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
1978
|
+
PutBucketAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1861
1979
|
PutBucketAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
1862
1980
|
PutBucketAclRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
1863
1981
|
PutBucketAclRequest.add_member(:grant_read_acp, Shapes::ShapeRef.new(shape: GrantReadACP, location: "header", location_name: "x-amz-grant-read-acp"))
|
@@ -1879,6 +1997,7 @@ module Aws::S3
|
|
1879
1997
|
PutBucketCorsRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1880
1998
|
PutBucketCorsRequest.add_member(:cors_configuration, Shapes::ShapeRef.new(shape: CORSConfiguration, required: true, location_name: "CORSConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1881
1999
|
PutBucketCorsRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2000
|
+
PutBucketCorsRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1882
2001
|
PutBucketCorsRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1883
2002
|
PutBucketCorsRequest.struct_class = Types::PutBucketCorsRequest
|
1884
2003
|
PutBucketCorsRequest[:payload] = :cors_configuration
|
@@ -1886,6 +2005,7 @@ module Aws::S3
|
|
1886
2005
|
|
1887
2006
|
PutBucketEncryptionRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1888
2007
|
PutBucketEncryptionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2008
|
+
PutBucketEncryptionRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1889
2009
|
PutBucketEncryptionRequest.add_member(:server_side_encryption_configuration, Shapes::ShapeRef.new(shape: ServerSideEncryptionConfiguration, required: true, location_name: "ServerSideEncryptionConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1890
2010
|
PutBucketEncryptionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1891
2011
|
PutBucketEncryptionRequest.struct_class = Types::PutBucketEncryptionRequest
|
@@ -1908,6 +2028,7 @@ module Aws::S3
|
|
1908
2028
|
PutBucketInventoryConfigurationRequest[:payload_member] = PutBucketInventoryConfigurationRequest.member(:inventory_configuration)
|
1909
2029
|
|
1910
2030
|
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2031
|
+
PutBucketLifecycleConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1911
2032
|
PutBucketLifecycleConfigurationRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: BucketLifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1912
2033
|
PutBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1913
2034
|
PutBucketLifecycleConfigurationRequest.struct_class = Types::PutBucketLifecycleConfigurationRequest
|
@@ -1916,6 +2037,7 @@ module Aws::S3
|
|
1916
2037
|
|
1917
2038
|
PutBucketLifecycleRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1918
2039
|
PutBucketLifecycleRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2040
|
+
PutBucketLifecycleRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1919
2041
|
PutBucketLifecycleRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: LifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1920
2042
|
PutBucketLifecycleRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1921
2043
|
PutBucketLifecycleRequest.struct_class = Types::PutBucketLifecycleRequest
|
@@ -1925,6 +2047,7 @@ module Aws::S3
|
|
1925
2047
|
PutBucketLoggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1926
2048
|
PutBucketLoggingRequest.add_member(:bucket_logging_status, Shapes::ShapeRef.new(shape: BucketLoggingStatus, required: true, location_name: "BucketLoggingStatus", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1927
2049
|
PutBucketLoggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2050
|
+
PutBucketLoggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1928
2051
|
PutBucketLoggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1929
2052
|
PutBucketLoggingRequest.struct_class = Types::PutBucketLoggingRequest
|
1930
2053
|
PutBucketLoggingRequest[:payload] = :bucket_logging_status
|
@@ -1948,6 +2071,7 @@ module Aws::S3
|
|
1948
2071
|
|
1949
2072
|
PutBucketNotificationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1950
2073
|
PutBucketNotificationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2074
|
+
PutBucketNotificationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1951
2075
|
PutBucketNotificationRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfigurationDeprecated, required: true, location_name: "NotificationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1952
2076
|
PutBucketNotificationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1953
2077
|
PutBucketNotificationRequest.struct_class = Types::PutBucketNotificationRequest
|
@@ -1964,6 +2088,7 @@ module Aws::S3
|
|
1964
2088
|
|
1965
2089
|
PutBucketPolicyRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1966
2090
|
PutBucketPolicyRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2091
|
+
PutBucketPolicyRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1967
2092
|
PutBucketPolicyRequest.add_member(:confirm_remove_self_bucket_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfBucketAccess, location: "header", location_name: "x-amz-confirm-remove-self-bucket-access"))
|
1968
2093
|
PutBucketPolicyRequest.add_member(:policy, Shapes::ShapeRef.new(shape: Policy, required: true, location_name: "Policy"))
|
1969
2094
|
PutBucketPolicyRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1973,6 +2098,7 @@ module Aws::S3
|
|
1973
2098
|
|
1974
2099
|
PutBucketReplicationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1975
2100
|
PutBucketReplicationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2101
|
+
PutBucketReplicationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1976
2102
|
PutBucketReplicationRequest.add_member(:replication_configuration, Shapes::ShapeRef.new(shape: ReplicationConfiguration, required: true, location_name: "ReplicationConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1977
2103
|
PutBucketReplicationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
|
1978
2104
|
PutBucketReplicationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -1982,6 +2108,7 @@ module Aws::S3
|
|
1982
2108
|
|
1983
2109
|
PutBucketRequestPaymentRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1984
2110
|
PutBucketRequestPaymentRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2111
|
+
PutBucketRequestPaymentRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1985
2112
|
PutBucketRequestPaymentRequest.add_member(:request_payment_configuration, Shapes::ShapeRef.new(shape: RequestPaymentConfiguration, required: true, location_name: "RequestPaymentConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1986
2113
|
PutBucketRequestPaymentRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1987
2114
|
PutBucketRequestPaymentRequest.struct_class = Types::PutBucketRequestPaymentRequest
|
@@ -1990,6 +2117,7 @@ module Aws::S3
|
|
1990
2117
|
|
1991
2118
|
PutBucketTaggingRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
1992
2119
|
PutBucketTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2120
|
+
PutBucketTaggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
1993
2121
|
PutBucketTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
1994
2122
|
PutBucketTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
1995
2123
|
PutBucketTaggingRequest.struct_class = Types::PutBucketTaggingRequest
|
@@ -1998,6 +2126,7 @@ module Aws::S3
|
|
1998
2126
|
|
1999
2127
|
PutBucketVersioningRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2000
2128
|
PutBucketVersioningRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2129
|
+
PutBucketVersioningRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2001
2130
|
PutBucketVersioningRequest.add_member(:mfa, Shapes::ShapeRef.new(shape: MFA, location: "header", location_name: "x-amz-mfa"))
|
2002
2131
|
PutBucketVersioningRequest.add_member(:versioning_configuration, Shapes::ShapeRef.new(shape: VersioningConfiguration, required: true, location_name: "VersioningConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2003
2132
|
PutBucketVersioningRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
@@ -2007,6 +2136,7 @@ module Aws::S3
|
|
2007
2136
|
|
2008
2137
|
PutBucketWebsiteRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2009
2138
|
PutBucketWebsiteRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2139
|
+
PutBucketWebsiteRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2010
2140
|
PutBucketWebsiteRequest.add_member(:website_configuration, Shapes::ShapeRef.new(shape: WebsiteConfiguration, required: true, location_name: "WebsiteConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2011
2141
|
PutBucketWebsiteRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2012
2142
|
PutBucketWebsiteRequest.struct_class = Types::PutBucketWebsiteRequest
|
@@ -2020,6 +2150,7 @@ module Aws::S3
|
|
2020
2150
|
PutObjectAclRequest.add_member(:access_control_policy, Shapes::ShapeRef.new(shape: AccessControlPolicy, location_name: "AccessControlPolicy", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2021
2151
|
PutObjectAclRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2022
2152
|
PutObjectAclRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2153
|
+
PutObjectAclRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2023
2154
|
PutObjectAclRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
2024
2155
|
PutObjectAclRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
2025
2156
|
PutObjectAclRequest.add_member(:grant_read_acp, Shapes::ShapeRef.new(shape: GrantReadACP, location: "header", location_name: "x-amz-grant-read-acp"))
|
@@ -2042,6 +2173,7 @@ module Aws::S3
|
|
2042
2173
|
PutObjectLegalHoldRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
2043
2174
|
PutObjectLegalHoldRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2044
2175
|
PutObjectLegalHoldRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2176
|
+
PutObjectLegalHoldRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2045
2177
|
PutObjectLegalHoldRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2046
2178
|
PutObjectLegalHoldRequest.struct_class = Types::PutObjectLegalHoldRequest
|
2047
2179
|
PutObjectLegalHoldRequest[:payload] = :legal_hold
|
@@ -2055,6 +2187,7 @@ module Aws::S3
|
|
2055
2187
|
PutObjectLockConfigurationRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
2056
2188
|
PutObjectLockConfigurationRequest.add_member(:token, Shapes::ShapeRef.new(shape: ObjectLockToken, location: "header", location_name: "x-amz-bucket-object-lock-token"))
|
2057
2189
|
PutObjectLockConfigurationRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2190
|
+
PutObjectLockConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2058
2191
|
PutObjectLockConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2059
2192
|
PutObjectLockConfigurationRequest.struct_class = Types::PutObjectLockConfigurationRequest
|
2060
2193
|
PutObjectLockConfigurationRequest[:payload] = :object_lock_configuration
|
@@ -2062,6 +2195,10 @@ module Aws::S3
|
|
2062
2195
|
|
2063
2196
|
PutObjectOutput.add_member(:expiration, Shapes::ShapeRef.new(shape: Expiration, location: "header", location_name: "x-amz-expiration"))
|
2064
2197
|
PutObjectOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location: "header", location_name: "ETag"))
|
2198
|
+
PutObjectOutput.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
2199
|
+
PutObjectOutput.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
2200
|
+
PutObjectOutput.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
2201
|
+
PutObjectOutput.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
2065
2202
|
PutObjectOutput.add_member(:server_side_encryption, Shapes::ShapeRef.new(shape: ServerSideEncryption, location: "header", location_name: "x-amz-server-side-encryption"))
|
2066
2203
|
PutObjectOutput.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "header", location_name: "x-amz-version-id"))
|
2067
2204
|
PutObjectOutput.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
@@ -2082,6 +2219,11 @@ module Aws::S3
|
|
2082
2219
|
PutObjectRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
2083
2220
|
PutObjectRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2084
2221
|
PutObjectRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "Content-Type"))
|
2222
|
+
PutObjectRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2223
|
+
PutObjectRequest.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
2224
|
+
PutObjectRequest.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
2225
|
+
PutObjectRequest.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
2226
|
+
PutObjectRequest.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
2085
2227
|
PutObjectRequest.add_member(:expires, Shapes::ShapeRef.new(shape: Expires, location: "header", location_name: "Expires"))
|
2086
2228
|
PutObjectRequest.add_member(:grant_full_control, Shapes::ShapeRef.new(shape: GrantFullControl, location: "header", location_name: "x-amz-grant-full-control"))
|
2087
2229
|
PutObjectRequest.add_member(:grant_read, Shapes::ShapeRef.new(shape: GrantRead, location: "header", location_name: "x-amz-grant-read"))
|
@@ -2118,6 +2260,7 @@ module Aws::S3
|
|
2118
2260
|
PutObjectRetentionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2119
2261
|
PutObjectRetentionRequest.add_member(:bypass_governance_retention, Shapes::ShapeRef.new(shape: BypassGovernanceRetention, location: "header", location_name: "x-amz-bypass-governance-retention"))
|
2120
2262
|
PutObjectRetentionRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2263
|
+
PutObjectRetentionRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2121
2264
|
PutObjectRetentionRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2122
2265
|
PutObjectRetentionRequest.struct_class = Types::PutObjectRetentionRequest
|
2123
2266
|
PutObjectRetentionRequest[:payload] = :retention
|
@@ -2130,6 +2273,7 @@ module Aws::S3
|
|
2130
2273
|
PutObjectTaggingRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2131
2274
|
PutObjectTaggingRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2132
2275
|
PutObjectTaggingRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2276
|
+
PutObjectTaggingRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2133
2277
|
PutObjectTaggingRequest.add_member(:tagging, Shapes::ShapeRef.new(shape: Tagging, required: true, location_name: "Tagging", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2134
2278
|
PutObjectTaggingRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2135
2279
|
PutObjectTaggingRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
@@ -2139,6 +2283,7 @@ module Aws::S3
|
|
2139
2283
|
|
2140
2284
|
PutPublicAccessBlockRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2141
2285
|
PutPublicAccessBlockRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2286
|
+
PutPublicAccessBlockRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2142
2287
|
PutPublicAccessBlockRequest.add_member(:public_access_block_configuration, Shapes::ShapeRef.new(shape: PublicAccessBlockConfiguration, required: true, location_name: "PublicAccessBlockConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2143
2288
|
PutPublicAccessBlockRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2144
2289
|
PutPublicAccessBlockRequest.struct_class = Types::PutPublicAccessBlockRequest
|
@@ -2224,6 +2369,7 @@ module Aws::S3
|
|
2224
2369
|
RestoreObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
2225
2370
|
RestoreObjectRequest.add_member(:restore_request, Shapes::ShapeRef.new(shape: RestoreRequest, location_name: "RestoreRequest", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2226
2371
|
RestoreObjectRequest.add_member(:request_payer, Shapes::ShapeRef.new(shape: RequestPayer, location: "header", location_name: "x-amz-request-payer"))
|
2372
|
+
RestoreObjectRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2227
2373
|
RestoreObjectRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2228
2374
|
RestoreObjectRequest.struct_class = Types::RestoreObjectRequest
|
2229
2375
|
RestoreObjectRequest[:payload] = :restore_request
|
@@ -2422,6 +2568,10 @@ module Aws::S3
|
|
2422
2568
|
|
2423
2569
|
UploadPartOutput.add_member(:server_side_encryption, Shapes::ShapeRef.new(shape: ServerSideEncryption, location: "header", location_name: "x-amz-server-side-encryption"))
|
2424
2570
|
UploadPartOutput.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location: "header", location_name: "ETag"))
|
2571
|
+
UploadPartOutput.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
2572
|
+
UploadPartOutput.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
2573
|
+
UploadPartOutput.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
2574
|
+
UploadPartOutput.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
2425
2575
|
UploadPartOutput.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
2426
2576
|
UploadPartOutput.add_member(:sse_customer_key_md5, Shapes::ShapeRef.new(shape: SSECustomerKeyMD5, location: "header", location_name: "x-amz-server-side-encryption-customer-key-MD5"))
|
2427
2577
|
UploadPartOutput.add_member(:ssekms_key_id, Shapes::ShapeRef.new(shape: SSEKMSKeyId, location: "header", location_name: "x-amz-server-side-encryption-aws-kms-key-id"))
|
@@ -2433,6 +2583,11 @@ module Aws::S3
|
|
2433
2583
|
UploadPartRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket"))
|
2434
2584
|
UploadPartRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
2435
2585
|
UploadPartRequest.add_member(:content_md5, Shapes::ShapeRef.new(shape: ContentMD5, location: "header", location_name: "Content-MD5"))
|
2586
|
+
UploadPartRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2587
|
+
UploadPartRequest.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-checksum-crc32"))
|
2588
|
+
UploadPartRequest.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-checksum-crc32c"))
|
2589
|
+
UploadPartRequest.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-checksum-sha1"))
|
2590
|
+
UploadPartRequest.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-checksum-sha256"))
|
2436
2591
|
UploadPartRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key"))
|
2437
2592
|
UploadPartRequest.add_member(:part_number, Shapes::ShapeRef.new(shape: PartNumber, required: true, location: "querystring", location_name: "partNumber"))
|
2438
2593
|
UploadPartRequest.add_member(:upload_id, Shapes::ShapeRef.new(shape: MultipartUploadId, required: true, location: "querystring", location_name: "uploadId"))
|
@@ -2471,6 +2626,10 @@ module Aws::S3
|
|
2471
2626
|
WriteGetObjectResponseRequest.add_member(:content_length, Shapes::ShapeRef.new(shape: ContentLength, location: "header", location_name: "Content-Length"))
|
2472
2627
|
WriteGetObjectResponseRequest.add_member(:content_range, Shapes::ShapeRef.new(shape: ContentRange, location: "header", location_name: "x-amz-fwd-header-Content-Range"))
|
2473
2628
|
WriteGetObjectResponseRequest.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location: "header", location_name: "x-amz-fwd-header-Content-Type"))
|
2629
|
+
WriteGetObjectResponseRequest.add_member(:checksum_crc32, Shapes::ShapeRef.new(shape: ChecksumCRC32, location: "header", location_name: "x-amz-fwd-header-x-amz-checksum-crc32"))
|
2630
|
+
WriteGetObjectResponseRequest.add_member(:checksum_crc32c, Shapes::ShapeRef.new(shape: ChecksumCRC32C, location: "header", location_name: "x-amz-fwd-header-x-amz-checksum-crc32c"))
|
2631
|
+
WriteGetObjectResponseRequest.add_member(:checksum_sha1, Shapes::ShapeRef.new(shape: ChecksumSHA1, location: "header", location_name: "x-amz-fwd-header-x-amz-checksum-sha1"))
|
2632
|
+
WriteGetObjectResponseRequest.add_member(:checksum_sha256, Shapes::ShapeRef.new(shape: ChecksumSHA256, location: "header", location_name: "x-amz-fwd-header-x-amz-checksum-sha256"))
|
2474
2633
|
WriteGetObjectResponseRequest.add_member(:delete_marker, Shapes::ShapeRef.new(shape: DeleteMarker, location: "header", location_name: "x-amz-fwd-header-x-amz-delete-marker"))
|
2475
2634
|
WriteGetObjectResponseRequest.add_member(:etag, Shapes::ShapeRef.new(shape: ETag, location: "header", location_name: "x-amz-fwd-header-ETag"))
|
2476
2635
|
WriteGetObjectResponseRequest.add_member(:expires, Shapes::ShapeRef.new(shape: Expires, location: "header", location_name: "x-amz-fwd-header-Expires"))
|
@@ -2683,7 +2842,14 @@ module Aws::S3
|
|
2683
2842
|
o.name = "DeleteObjects"
|
2684
2843
|
o.http_method = "POST"
|
2685
2844
|
o.http_request_uri = "/{Bucket}?delete"
|
2686
|
-
o.
|
2845
|
+
o.http_checksum = {
|
2846
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
2847
|
+
"requestChecksumRequired" => true,
|
2848
|
+
}
|
2849
|
+
o.http_checksum = {
|
2850
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
2851
|
+
"requestChecksumRequired" => true,
|
2852
|
+
}
|
2687
2853
|
o.input = Shapes::ShapeRef.new(shape: DeleteObjectsRequest)
|
2688
2854
|
o.output = Shapes::ShapeRef.new(shape: DeleteObjectsOutput)
|
2689
2855
|
end)
|
@@ -2878,6 +3044,14 @@ module Aws::S3
|
|
2878
3044
|
o.name = "GetObject"
|
2879
3045
|
o.http_method = "GET"
|
2880
3046
|
o.http_request_uri = "/{Bucket}/{Key+}"
|
3047
|
+
o.http_checksum = {
|
3048
|
+
"requestValidationModeMember" => "checksum_mode",
|
3049
|
+
"responseAlgorithms" => ["CRC32", "CRC32C", "SHA256", "SHA1"],
|
3050
|
+
}
|
3051
|
+
o.http_checksum = {
|
3052
|
+
"requestValidationModeMember" => "checksum_mode",
|
3053
|
+
"responseAlgorithms" => ["CRC32", "CRC32C", "SHA256", "SHA1"],
|
3054
|
+
}
|
2881
3055
|
o.input = Shapes::ShapeRef.new(shape: GetObjectRequest)
|
2882
3056
|
o.output = Shapes::ShapeRef.new(shape: GetObjectOutput)
|
2883
3057
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -2893,6 +3067,15 @@ module Aws::S3
|
|
2893
3067
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
2894
3068
|
end)
|
2895
3069
|
|
3070
|
+
api.add_operation(:get_object_attributes, Seahorse::Model::Operation.new.tap do |o|
|
3071
|
+
o.name = "GetObjectAttributes"
|
3072
|
+
o.http_method = "GET"
|
3073
|
+
o.http_request_uri = "/{Bucket}/{Key+}?attributes"
|
3074
|
+
o.input = Shapes::ShapeRef.new(shape: GetObjectAttributesRequest)
|
3075
|
+
o.output = Shapes::ShapeRef.new(shape: GetObjectAttributesOutput)
|
3076
|
+
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
3077
|
+
end)
|
3078
|
+
|
2896
3079
|
api.add_operation(:get_object_legal_hold, Seahorse::Model::Operation.new.tap do |o|
|
2897
3080
|
o.name = "GetObjectLegalHold"
|
2898
3081
|
o.http_method = "GET"
|
@@ -3081,6 +3264,14 @@ module Aws::S3
|
|
3081
3264
|
o.name = "PutBucketAccelerateConfiguration"
|
3082
3265
|
o.http_method = "PUT"
|
3083
3266
|
o.http_request_uri = "/{Bucket}?accelerate"
|
3267
|
+
o.http_checksum = {
|
3268
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3269
|
+
"requestChecksumRequired" => false,
|
3270
|
+
}
|
3271
|
+
o.http_checksum = {
|
3272
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3273
|
+
"requestChecksumRequired" => false,
|
3274
|
+
}
|
3084
3275
|
o.input = Shapes::ShapeRef.new(shape: PutBucketAccelerateConfigurationRequest)
|
3085
3276
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3086
3277
|
end)
|
@@ -3089,7 +3280,14 @@ module Aws::S3
|
|
3089
3280
|
o.name = "PutBucketAcl"
|
3090
3281
|
o.http_method = "PUT"
|
3091
3282
|
o.http_request_uri = "/{Bucket}?acl"
|
3092
|
-
o.
|
3283
|
+
o.http_checksum = {
|
3284
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3285
|
+
"requestChecksumRequired" => true,
|
3286
|
+
}
|
3287
|
+
o.http_checksum = {
|
3288
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3289
|
+
"requestChecksumRequired" => true,
|
3290
|
+
}
|
3093
3291
|
o.input = Shapes::ShapeRef.new(shape: PutBucketAclRequest)
|
3094
3292
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3095
3293
|
end)
|
@@ -3106,7 +3304,14 @@ module Aws::S3
|
|
3106
3304
|
o.name = "PutBucketCors"
|
3107
3305
|
o.http_method = "PUT"
|
3108
3306
|
o.http_request_uri = "/{Bucket}?cors"
|
3109
|
-
o.
|
3307
|
+
o.http_checksum = {
|
3308
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3309
|
+
"requestChecksumRequired" => true,
|
3310
|
+
}
|
3311
|
+
o.http_checksum = {
|
3312
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3313
|
+
"requestChecksumRequired" => true,
|
3314
|
+
}
|
3110
3315
|
o.input = Shapes::ShapeRef.new(shape: PutBucketCorsRequest)
|
3111
3316
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3112
3317
|
end)
|
@@ -3115,7 +3320,14 @@ module Aws::S3
|
|
3115
3320
|
o.name = "PutBucketEncryption"
|
3116
3321
|
o.http_method = "PUT"
|
3117
3322
|
o.http_request_uri = "/{Bucket}?encryption"
|
3118
|
-
o.
|
3323
|
+
o.http_checksum = {
|
3324
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3325
|
+
"requestChecksumRequired" => true,
|
3326
|
+
}
|
3327
|
+
o.http_checksum = {
|
3328
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3329
|
+
"requestChecksumRequired" => true,
|
3330
|
+
}
|
3119
3331
|
o.input = Shapes::ShapeRef.new(shape: PutBucketEncryptionRequest)
|
3120
3332
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3121
3333
|
end)
|
@@ -3140,7 +3352,14 @@ module Aws::S3
|
|
3140
3352
|
o.name = "PutBucketLifecycle"
|
3141
3353
|
o.http_method = "PUT"
|
3142
3354
|
o.http_request_uri = "/{Bucket}?lifecycle"
|
3143
|
-
o.
|
3355
|
+
o.http_checksum = {
|
3356
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3357
|
+
"requestChecksumRequired" => true,
|
3358
|
+
}
|
3359
|
+
o.http_checksum = {
|
3360
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3361
|
+
"requestChecksumRequired" => true,
|
3362
|
+
}
|
3144
3363
|
o.deprecated = true
|
3145
3364
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleRequest)
|
3146
3365
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -3150,7 +3369,14 @@ module Aws::S3
|
|
3150
3369
|
o.name = "PutBucketLifecycleConfiguration"
|
3151
3370
|
o.http_method = "PUT"
|
3152
3371
|
o.http_request_uri = "/{Bucket}?lifecycle"
|
3153
|
-
o.
|
3372
|
+
o.http_checksum = {
|
3373
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3374
|
+
"requestChecksumRequired" => true,
|
3375
|
+
}
|
3376
|
+
o.http_checksum = {
|
3377
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3378
|
+
"requestChecksumRequired" => true,
|
3379
|
+
}
|
3154
3380
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationRequest)
|
3155
3381
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3156
3382
|
end)
|
@@ -3159,7 +3385,14 @@ module Aws::S3
|
|
3159
3385
|
o.name = "PutBucketLogging"
|
3160
3386
|
o.http_method = "PUT"
|
3161
3387
|
o.http_request_uri = "/{Bucket}?logging"
|
3162
|
-
o.
|
3388
|
+
o.http_checksum = {
|
3389
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3390
|
+
"requestChecksumRequired" => true,
|
3391
|
+
}
|
3392
|
+
o.http_checksum = {
|
3393
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3394
|
+
"requestChecksumRequired" => true,
|
3395
|
+
}
|
3163
3396
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLoggingRequest)
|
3164
3397
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3165
3398
|
end)
|
@@ -3176,7 +3409,14 @@ module Aws::S3
|
|
3176
3409
|
o.name = "PutBucketNotification"
|
3177
3410
|
o.http_method = "PUT"
|
3178
3411
|
o.http_request_uri = "/{Bucket}?notification"
|
3179
|
-
o.
|
3412
|
+
o.http_checksum = {
|
3413
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3414
|
+
"requestChecksumRequired" => true,
|
3415
|
+
}
|
3416
|
+
o.http_checksum = {
|
3417
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3418
|
+
"requestChecksumRequired" => true,
|
3419
|
+
}
|
3180
3420
|
o.deprecated = true
|
3181
3421
|
o.input = Shapes::ShapeRef.new(shape: PutBucketNotificationRequest)
|
3182
3422
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
@@ -3194,7 +3434,9 @@ module Aws::S3
|
|
3194
3434
|
o.name = "PutBucketOwnershipControls"
|
3195
3435
|
o.http_method = "PUT"
|
3196
3436
|
o.http_request_uri = "/{Bucket}?ownershipControls"
|
3197
|
-
o.
|
3437
|
+
o.http_checksum = {
|
3438
|
+
"requestChecksumRequired" => true,
|
3439
|
+
}
|
3198
3440
|
o.input = Shapes::ShapeRef.new(shape: PutBucketOwnershipControlsRequest)
|
3199
3441
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3200
3442
|
end)
|
@@ -3203,7 +3445,14 @@ module Aws::S3
|
|
3203
3445
|
o.name = "PutBucketPolicy"
|
3204
3446
|
o.http_method = "PUT"
|
3205
3447
|
o.http_request_uri = "/{Bucket}?policy"
|
3206
|
-
o.
|
3448
|
+
o.http_checksum = {
|
3449
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3450
|
+
"requestChecksumRequired" => true,
|
3451
|
+
}
|
3452
|
+
o.http_checksum = {
|
3453
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3454
|
+
"requestChecksumRequired" => true,
|
3455
|
+
}
|
3207
3456
|
o.input = Shapes::ShapeRef.new(shape: PutBucketPolicyRequest)
|
3208
3457
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3209
3458
|
end)
|
@@ -3212,7 +3461,14 @@ module Aws::S3
|
|
3212
3461
|
o.name = "PutBucketReplication"
|
3213
3462
|
o.http_method = "PUT"
|
3214
3463
|
o.http_request_uri = "/{Bucket}?replication"
|
3215
|
-
o.
|
3464
|
+
o.http_checksum = {
|
3465
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3466
|
+
"requestChecksumRequired" => true,
|
3467
|
+
}
|
3468
|
+
o.http_checksum = {
|
3469
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3470
|
+
"requestChecksumRequired" => true,
|
3471
|
+
}
|
3216
3472
|
o.input = Shapes::ShapeRef.new(shape: PutBucketReplicationRequest)
|
3217
3473
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3218
3474
|
end)
|
@@ -3221,7 +3477,14 @@ module Aws::S3
|
|
3221
3477
|
o.name = "PutBucketRequestPayment"
|
3222
3478
|
o.http_method = "PUT"
|
3223
3479
|
o.http_request_uri = "/{Bucket}?requestPayment"
|
3224
|
-
o.
|
3480
|
+
o.http_checksum = {
|
3481
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3482
|
+
"requestChecksumRequired" => true,
|
3483
|
+
}
|
3484
|
+
o.http_checksum = {
|
3485
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3486
|
+
"requestChecksumRequired" => true,
|
3487
|
+
}
|
3225
3488
|
o.input = Shapes::ShapeRef.new(shape: PutBucketRequestPaymentRequest)
|
3226
3489
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3227
3490
|
end)
|
@@ -3230,7 +3493,14 @@ module Aws::S3
|
|
3230
3493
|
o.name = "PutBucketTagging"
|
3231
3494
|
o.http_method = "PUT"
|
3232
3495
|
o.http_request_uri = "/{Bucket}?tagging"
|
3233
|
-
o.
|
3496
|
+
o.http_checksum = {
|
3497
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3498
|
+
"requestChecksumRequired" => true,
|
3499
|
+
}
|
3500
|
+
o.http_checksum = {
|
3501
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3502
|
+
"requestChecksumRequired" => true,
|
3503
|
+
}
|
3234
3504
|
o.input = Shapes::ShapeRef.new(shape: PutBucketTaggingRequest)
|
3235
3505
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3236
3506
|
end)
|
@@ -3239,7 +3509,14 @@ module Aws::S3
|
|
3239
3509
|
o.name = "PutBucketVersioning"
|
3240
3510
|
o.http_method = "PUT"
|
3241
3511
|
o.http_request_uri = "/{Bucket}?versioning"
|
3242
|
-
o.
|
3512
|
+
o.http_checksum = {
|
3513
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3514
|
+
"requestChecksumRequired" => true,
|
3515
|
+
}
|
3516
|
+
o.http_checksum = {
|
3517
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3518
|
+
"requestChecksumRequired" => true,
|
3519
|
+
}
|
3243
3520
|
o.input = Shapes::ShapeRef.new(shape: PutBucketVersioningRequest)
|
3244
3521
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3245
3522
|
end)
|
@@ -3248,7 +3525,14 @@ module Aws::S3
|
|
3248
3525
|
o.name = "PutBucketWebsite"
|
3249
3526
|
o.http_method = "PUT"
|
3250
3527
|
o.http_request_uri = "/{Bucket}?website"
|
3251
|
-
o.
|
3528
|
+
o.http_checksum = {
|
3529
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3530
|
+
"requestChecksumRequired" => true,
|
3531
|
+
}
|
3532
|
+
o.http_checksum = {
|
3533
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3534
|
+
"requestChecksumRequired" => true,
|
3535
|
+
}
|
3252
3536
|
o.input = Shapes::ShapeRef.new(shape: PutBucketWebsiteRequest)
|
3253
3537
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3254
3538
|
end)
|
@@ -3257,6 +3541,14 @@ module Aws::S3
|
|
3257
3541
|
o.name = "PutObject"
|
3258
3542
|
o.http_method = "PUT"
|
3259
3543
|
o.http_request_uri = "/{Bucket}/{Key+}"
|
3544
|
+
o.http_checksum = {
|
3545
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3546
|
+
"requestChecksumRequired" => false,
|
3547
|
+
}
|
3548
|
+
o.http_checksum = {
|
3549
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3550
|
+
"requestChecksumRequired" => false,
|
3551
|
+
}
|
3260
3552
|
o.input = Shapes::ShapeRef.new(shape: PutObjectRequest)
|
3261
3553
|
o.output = Shapes::ShapeRef.new(shape: PutObjectOutput)
|
3262
3554
|
end)
|
@@ -3265,7 +3557,14 @@ module Aws::S3
|
|
3265
3557
|
o.name = "PutObjectAcl"
|
3266
3558
|
o.http_method = "PUT"
|
3267
3559
|
o.http_request_uri = "/{Bucket}/{Key+}?acl"
|
3268
|
-
o.
|
3560
|
+
o.http_checksum = {
|
3561
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3562
|
+
"requestChecksumRequired" => true,
|
3563
|
+
}
|
3564
|
+
o.http_checksum = {
|
3565
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3566
|
+
"requestChecksumRequired" => true,
|
3567
|
+
}
|
3269
3568
|
o.input = Shapes::ShapeRef.new(shape: PutObjectAclRequest)
|
3270
3569
|
o.output = Shapes::ShapeRef.new(shape: PutObjectAclOutput)
|
3271
3570
|
o.errors << Shapes::ShapeRef.new(shape: NoSuchKey)
|
@@ -3275,7 +3574,14 @@ module Aws::S3
|
|
3275
3574
|
o.name = "PutObjectLegalHold"
|
3276
3575
|
o.http_method = "PUT"
|
3277
3576
|
o.http_request_uri = "/{Bucket}/{Key+}?legal-hold"
|
3278
|
-
o.
|
3577
|
+
o.http_checksum = {
|
3578
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3579
|
+
"requestChecksumRequired" => true,
|
3580
|
+
}
|
3581
|
+
o.http_checksum = {
|
3582
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3583
|
+
"requestChecksumRequired" => true,
|
3584
|
+
}
|
3279
3585
|
o.input = Shapes::ShapeRef.new(shape: PutObjectLegalHoldRequest)
|
3280
3586
|
o.output = Shapes::ShapeRef.new(shape: PutObjectLegalHoldOutput)
|
3281
3587
|
end)
|
@@ -3284,7 +3590,14 @@ module Aws::S3
|
|
3284
3590
|
o.name = "PutObjectLockConfiguration"
|
3285
3591
|
o.http_method = "PUT"
|
3286
3592
|
o.http_request_uri = "/{Bucket}?object-lock"
|
3287
|
-
o.
|
3593
|
+
o.http_checksum = {
|
3594
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3595
|
+
"requestChecksumRequired" => true,
|
3596
|
+
}
|
3597
|
+
o.http_checksum = {
|
3598
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3599
|
+
"requestChecksumRequired" => true,
|
3600
|
+
}
|
3288
3601
|
o.input = Shapes::ShapeRef.new(shape: PutObjectLockConfigurationRequest)
|
3289
3602
|
o.output = Shapes::ShapeRef.new(shape: PutObjectLockConfigurationOutput)
|
3290
3603
|
end)
|
@@ -3293,7 +3606,14 @@ module Aws::S3
|
|
3293
3606
|
o.name = "PutObjectRetention"
|
3294
3607
|
o.http_method = "PUT"
|
3295
3608
|
o.http_request_uri = "/{Bucket}/{Key+}?retention"
|
3296
|
-
o.
|
3609
|
+
o.http_checksum = {
|
3610
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3611
|
+
"requestChecksumRequired" => true,
|
3612
|
+
}
|
3613
|
+
o.http_checksum = {
|
3614
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3615
|
+
"requestChecksumRequired" => true,
|
3616
|
+
}
|
3297
3617
|
o.input = Shapes::ShapeRef.new(shape: PutObjectRetentionRequest)
|
3298
3618
|
o.output = Shapes::ShapeRef.new(shape: PutObjectRetentionOutput)
|
3299
3619
|
end)
|
@@ -3302,7 +3622,14 @@ module Aws::S3
|
|
3302
3622
|
o.name = "PutObjectTagging"
|
3303
3623
|
o.http_method = "PUT"
|
3304
3624
|
o.http_request_uri = "/{Bucket}/{Key+}?tagging"
|
3305
|
-
o.
|
3625
|
+
o.http_checksum = {
|
3626
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3627
|
+
"requestChecksumRequired" => true,
|
3628
|
+
}
|
3629
|
+
o.http_checksum = {
|
3630
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3631
|
+
"requestChecksumRequired" => true,
|
3632
|
+
}
|
3306
3633
|
o.input = Shapes::ShapeRef.new(shape: PutObjectTaggingRequest)
|
3307
3634
|
o.output = Shapes::ShapeRef.new(shape: PutObjectTaggingOutput)
|
3308
3635
|
end)
|
@@ -3311,7 +3638,14 @@ module Aws::S3
|
|
3311
3638
|
o.name = "PutPublicAccessBlock"
|
3312
3639
|
o.http_method = "PUT"
|
3313
3640
|
o.http_request_uri = "/{Bucket}?publicAccessBlock"
|
3314
|
-
o.
|
3641
|
+
o.http_checksum = {
|
3642
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3643
|
+
"requestChecksumRequired" => true,
|
3644
|
+
}
|
3645
|
+
o.http_checksum = {
|
3646
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3647
|
+
"requestChecksumRequired" => true,
|
3648
|
+
}
|
3315
3649
|
o.input = Shapes::ShapeRef.new(shape: PutPublicAccessBlockRequest)
|
3316
3650
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
3317
3651
|
end)
|
@@ -3320,6 +3654,14 @@ module Aws::S3
|
|
3320
3654
|
o.name = "RestoreObject"
|
3321
3655
|
o.http_method = "POST"
|
3322
3656
|
o.http_request_uri = "/{Bucket}/{Key+}?restore"
|
3657
|
+
o.http_checksum = {
|
3658
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3659
|
+
"requestChecksumRequired" => false,
|
3660
|
+
}
|
3661
|
+
o.http_checksum = {
|
3662
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3663
|
+
"requestChecksumRequired" => false,
|
3664
|
+
}
|
3323
3665
|
o.input = Shapes::ShapeRef.new(shape: RestoreObjectRequest)
|
3324
3666
|
o.output = Shapes::ShapeRef.new(shape: RestoreObjectOutput)
|
3325
3667
|
o.errors << Shapes::ShapeRef.new(shape: ObjectAlreadyInActiveTierError)
|
@@ -3342,6 +3684,14 @@ module Aws::S3
|
|
3342
3684
|
o.name = "UploadPart"
|
3343
3685
|
o.http_method = "PUT"
|
3344
3686
|
o.http_request_uri = "/{Bucket}/{Key+}"
|
3687
|
+
o.http_checksum = {
|
3688
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3689
|
+
"requestChecksumRequired" => false,
|
3690
|
+
}
|
3691
|
+
o.http_checksum = {
|
3692
|
+
"requestAlgorithmMember" => "checksum_algorithm",
|
3693
|
+
"requestChecksumRequired" => false,
|
3694
|
+
}
|
3345
3695
|
o.input = Shapes::ShapeRef.new(shape: UploadPartRequest)
|
3346
3696
|
o.output = Shapes::ShapeRef.new(shape: UploadPartOutput)
|
3347
3697
|
end)
|