aws-sdk-s3 1.165.0 → 1.167.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +12 -12
- data/lib/aws-sdk-s3/bucket_lifecycle_configuration.rb +38 -1
- data/lib/aws-sdk-s3/bucket_policy.rb +4 -4
- data/lib/aws-sdk-s3/client.rb +186 -159
- data/lib/aws-sdk-s3/client_api.rb +8 -1
- data/lib/aws-sdk-s3/multipart_upload.rb +4 -4
- data/lib/aws-sdk-s3/multipart_upload_part.rb +8 -8
- data/lib/aws-sdk-s3/object.rb +14 -14
- data/lib/aws-sdk-s3/object_summary.rb +12 -12
- data/lib/aws-sdk-s3/object_version.rb +4 -4
- data/lib/aws-sdk-s3/types.rb +108 -44
- data/lib/aws-sdk-s3.rb +3 -1
- data/sig/bucket_lifecycle_configuration.rbs +7 -3
- data/sig/client.rbs +9 -3
- data/sig/types.rbs +7 -0
- metadata +2 -2
@@ -464,6 +464,7 @@ module Aws::S3
|
|
464
464
|
PutBucketEncryptionRequest = Shapes::StructureShape.new(name: 'PutBucketEncryptionRequest')
|
465
465
|
PutBucketIntelligentTieringConfigurationRequest = Shapes::StructureShape.new(name: 'PutBucketIntelligentTieringConfigurationRequest')
|
466
466
|
PutBucketInventoryConfigurationRequest = Shapes::StructureShape.new(name: 'PutBucketInventoryConfigurationRequest')
|
467
|
+
PutBucketLifecycleConfigurationOutput = Shapes::StructureShape.new(name: 'PutBucketLifecycleConfigurationOutput')
|
467
468
|
PutBucketLifecycleConfigurationRequest = Shapes::StructureShape.new(name: 'PutBucketLifecycleConfigurationRequest')
|
468
469
|
PutBucketLifecycleRequest = Shapes::StructureShape.new(name: 'PutBucketLifecycleRequest')
|
469
470
|
PutBucketLoggingRequest = Shapes::StructureShape.new(name: 'PutBucketLoggingRequest')
|
@@ -603,6 +604,7 @@ module Aws::S3
|
|
603
604
|
TopicConfigurationDeprecated = Shapes::StructureShape.new(name: 'TopicConfigurationDeprecated')
|
604
605
|
TopicConfigurationList = Shapes::ListShape.new(name: 'TopicConfigurationList', flattened: true)
|
605
606
|
Transition = Shapes::StructureShape.new(name: 'Transition')
|
607
|
+
TransitionDefaultMinimumObjectSize = Shapes::StringShape.new(name: 'TransitionDefaultMinimumObjectSize')
|
606
608
|
TransitionList = Shapes::ListShape.new(name: 'TransitionList', flattened: true)
|
607
609
|
TransitionStorageClass = Shapes::StringShape.new(name: 'TransitionStorageClass')
|
608
610
|
Type = Shapes::StringShape.new(name: 'Type')
|
@@ -1191,6 +1193,7 @@ module Aws::S3
|
|
1191
1193
|
GetBucketInventoryConfigurationRequest.struct_class = Types::GetBucketInventoryConfigurationRequest
|
1192
1194
|
|
1193
1195
|
GetBucketLifecycleConfigurationOutput.add_member(:rules, Shapes::ShapeRef.new(shape: LifecycleRules, location_name: "Rule"))
|
1196
|
+
GetBucketLifecycleConfigurationOutput.add_member(:transition_default_minimum_object_size, Shapes::ShapeRef.new(shape: TransitionDefaultMinimumObjectSize, location: "header", location_name: "x-amz-transition-default-minimum-object-size"))
|
1194
1197
|
GetBucketLifecycleConfigurationOutput.struct_class = Types::GetBucketLifecycleConfigurationOutput
|
1195
1198
|
|
1196
1199
|
GetBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
@@ -2130,10 +2133,14 @@ module Aws::S3
|
|
2130
2133
|
PutBucketInventoryConfigurationRequest[:payload] = :inventory_configuration
|
2131
2134
|
PutBucketInventoryConfigurationRequest[:payload_member] = PutBucketInventoryConfigurationRequest.member(:inventory_configuration)
|
2132
2135
|
|
2136
|
+
PutBucketLifecycleConfigurationOutput.add_member(:transition_default_minimum_object_size, Shapes::ShapeRef.new(shape: TransitionDefaultMinimumObjectSize, location: "header", location_name: "x-amz-transition-default-minimum-object-size"))
|
2137
|
+
PutBucketLifecycleConfigurationOutput.struct_class = Types::PutBucketLifecycleConfigurationOutput
|
2138
|
+
|
2133
2139
|
PutBucketLifecycleConfigurationRequest.add_member(:bucket, Shapes::ShapeRef.new(shape: BucketName, required: true, location: "uri", location_name: "Bucket", metadata: {"contextParam"=>{"name"=>"Bucket"}}))
|
2134
2140
|
PutBucketLifecycleConfigurationRequest.add_member(:checksum_algorithm, Shapes::ShapeRef.new(shape: ChecksumAlgorithm, location: "header", location_name: "x-amz-sdk-checksum-algorithm"))
|
2135
2141
|
PutBucketLifecycleConfigurationRequest.add_member(:lifecycle_configuration, Shapes::ShapeRef.new(shape: BucketLifecycleConfiguration, location_name: "LifecycleConfiguration", metadata: {"xmlNamespace"=>{"uri"=>"http://s3.amazonaws.com/doc/2006-03-01/"}}))
|
2136
2142
|
PutBucketLifecycleConfigurationRequest.add_member(:expected_bucket_owner, Shapes::ShapeRef.new(shape: AccountId, location: "header", location_name: "x-amz-expected-bucket-owner"))
|
2143
|
+
PutBucketLifecycleConfigurationRequest.add_member(:transition_default_minimum_object_size, Shapes::ShapeRef.new(shape: TransitionDefaultMinimumObjectSize, location: "header", location_name: "x-amz-transition-default-minimum-object-size"))
|
2137
2144
|
PutBucketLifecycleConfigurationRequest.struct_class = Types::PutBucketLifecycleConfigurationRequest
|
2138
2145
|
PutBucketLifecycleConfigurationRequest[:payload] = :lifecycle_configuration
|
2139
2146
|
PutBucketLifecycleConfigurationRequest[:payload_member] = PutBucketLifecycleConfigurationRequest.member(:lifecycle_configuration)
|
@@ -3529,7 +3536,7 @@ module Aws::S3
|
|
3529
3536
|
"requestChecksumRequired" => true,
|
3530
3537
|
}
|
3531
3538
|
o.input = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationRequest)
|
3532
|
-
o.output = Shapes::ShapeRef.new(shape:
|
3539
|
+
o.output = Shapes::ShapeRef.new(shape: PutBucketLifecycleConfigurationOutput)
|
3533
3540
|
end)
|
3534
3541
|
|
3535
3542
|
api.add_operation(:put_bucket_logging, Seahorse::Model::Operation.new.tap do |o|
|
@@ -306,9 +306,9 @@ module Aws::S3
|
|
306
306
|
# @option options [String] :checksum_crc32
|
307
307
|
# This header can be used as a data integrity check to verify that the
|
308
308
|
# data received is the same data that was originally sent. This header
|
309
|
-
# specifies the base64-encoded, 32-bit
|
310
|
-
# more information, see [Checking object integrity][1] in the
|
311
|
-
# User Guide*.
|
309
|
+
# specifies the base64-encoded, 32-bit CRC-32 checksum of the object.
|
310
|
+
# For more information, see [Checking object integrity][1] in the
|
311
|
+
# *Amazon S3 User Guide*.
|
312
312
|
#
|
313
313
|
#
|
314
314
|
#
|
@@ -316,7 +316,7 @@ module Aws::S3
|
|
316
316
|
# @option options [String] :checksum_crc32c
|
317
317
|
# This header can be used as a data integrity check to verify that the
|
318
318
|
# data received is the same data that was originally sent. This header
|
319
|
-
# specifies the base64-encoded, 32-bit
|
319
|
+
# specifies the base64-encoded, 32-bit CRC-32C checksum of the object.
|
320
320
|
# For more information, see [Checking object integrity][1] in the
|
321
321
|
# *Amazon S3 User Guide*.
|
322
322
|
#
|
@@ -78,9 +78,9 @@ module Aws::S3
|
|
78
78
|
|
79
79
|
# This header can be used as a data integrity check to verify that the
|
80
80
|
# data received is the same data that was originally sent. This header
|
81
|
-
# specifies the base64-encoded, 32-bit
|
82
|
-
# more information, see [Checking object integrity][1] in the
|
83
|
-
# User Guide*.
|
81
|
+
# specifies the base64-encoded, 32-bit CRC-32 checksum of the object.
|
82
|
+
# For more information, see [Checking object integrity][1] in the
|
83
|
+
# *Amazon S3 User Guide*.
|
84
84
|
#
|
85
85
|
#
|
86
86
|
#
|
@@ -90,7 +90,7 @@ module Aws::S3
|
|
90
90
|
data[:checksum_crc32]
|
91
91
|
end
|
92
92
|
|
93
|
-
# The base64-encoded, 32-bit
|
93
|
+
# The base64-encoded, 32-bit CRC-32C checksum of the object. This will
|
94
94
|
# only be present if it was uploaded with the object. When you use an
|
95
95
|
# API operation on an object that was uploaded using multipart uploads,
|
96
96
|
# this value may not be a direct checksum value of the full object.
|
@@ -558,9 +558,9 @@ module Aws::S3
|
|
558
558
|
# @option options [String] :checksum_crc32
|
559
559
|
# This header can be used as a data integrity check to verify that the
|
560
560
|
# data received is the same data that was originally sent. This header
|
561
|
-
# specifies the base64-encoded, 32-bit
|
562
|
-
# more information, see [Checking object integrity][1] in the
|
563
|
-
# User Guide*.
|
561
|
+
# specifies the base64-encoded, 32-bit CRC-32 checksum of the object.
|
562
|
+
# For more information, see [Checking object integrity][1] in the
|
563
|
+
# *Amazon S3 User Guide*.
|
564
564
|
#
|
565
565
|
#
|
566
566
|
#
|
@@ -568,7 +568,7 @@ module Aws::S3
|
|
568
568
|
# @option options [String] :checksum_crc32c
|
569
569
|
# This header can be used as a data integrity check to verify that the
|
570
570
|
# data received is the same data that was originally sent. This header
|
571
|
-
# specifies the base64-encoded, 32-bit
|
571
|
+
# specifies the base64-encoded, 32-bit CRC-32C checksum of the object.
|
572
572
|
# For more information, see [Checking object integrity][1] in the
|
573
573
|
# *Amazon S3 User Guide*.
|
574
574
|
#
|
data/lib/aws-sdk-s3/object.rb
CHANGED
@@ -132,7 +132,7 @@ module Aws::S3
|
|
132
132
|
data[:content_length]
|
133
133
|
end
|
134
134
|
|
135
|
-
# The base64-encoded, 32-bit
|
135
|
+
# The base64-encoded, 32-bit CRC-32 checksum of the object. This will
|
136
136
|
# only be present if it was uploaded with the object. When you use an
|
137
137
|
# API operation on an object that was uploaded using multipart uploads,
|
138
138
|
# this value may not be a direct checksum value of the full object.
|
@@ -149,7 +149,7 @@ module Aws::S3
|
|
149
149
|
data[:checksum_crc32]
|
150
150
|
end
|
151
151
|
|
152
|
-
# The base64-encoded, 32-bit
|
152
|
+
# The base64-encoded, 32-bit CRC-32C checksum of the object. This will
|
153
153
|
# only be present if it was uploaded with the object. When you use an
|
154
154
|
# API operation on an object that was uploaded using multipart uploads,
|
155
155
|
# this value may not be a direct checksum value of the full object.
|
@@ -2457,13 +2457,13 @@ module Aws::S3
|
|
2457
2457
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
2458
2458
|
# the supported algorithm from the following list:
|
2459
2459
|
#
|
2460
|
-
# * CRC32
|
2460
|
+
# * `CRC32`
|
2461
2461
|
#
|
2462
|
-
# * CRC32C
|
2462
|
+
# * `CRC32C`
|
2463
2463
|
#
|
2464
|
-
# * SHA1
|
2464
|
+
# * `SHA1`
|
2465
2465
|
#
|
2466
|
-
# * SHA256
|
2466
|
+
# * `SHA256`
|
2467
2467
|
#
|
2468
2468
|
# For more information, see [Checking object integrity][1] in the
|
2469
2469
|
# *Amazon S3 User Guide*.
|
@@ -2485,9 +2485,9 @@ module Aws::S3
|
|
2485
2485
|
# @option options [String] :checksum_crc32
|
2486
2486
|
# This header can be used as a data integrity check to verify that the
|
2487
2487
|
# data received is the same data that was originally sent. This header
|
2488
|
-
# specifies the base64-encoded, 32-bit
|
2489
|
-
# more information, see [Checking object integrity][1] in the
|
2490
|
-
# User Guide*.
|
2488
|
+
# specifies the base64-encoded, 32-bit CRC-32 checksum of the object.
|
2489
|
+
# For more information, see [Checking object integrity][1] in the
|
2490
|
+
# *Amazon S3 User Guide*.
|
2491
2491
|
#
|
2492
2492
|
#
|
2493
2493
|
#
|
@@ -2495,7 +2495,7 @@ module Aws::S3
|
|
2495
2495
|
# @option options [String] :checksum_crc32c
|
2496
2496
|
# This header can be used as a data integrity check to verify that the
|
2497
2497
|
# data received is the same data that was originally sent. This header
|
2498
|
-
# specifies the base64-encoded, 32-bit
|
2498
|
+
# specifies the base64-encoded, 32-bit CRC-32C checksum of the object.
|
2499
2499
|
# For more information, see [Checking object integrity][1] in the
|
2500
2500
|
# *Amazon S3 User Guide*.
|
2501
2501
|
#
|
@@ -3376,13 +3376,13 @@ module Aws::S3
|
|
3376
3376
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
3377
3377
|
# the supported algorithm from the following list:
|
3378
3378
|
#
|
3379
|
-
# * CRC32
|
3379
|
+
# * `CRC32`
|
3380
3380
|
#
|
3381
|
-
# * CRC32C
|
3381
|
+
# * `CRC32C`
|
3382
3382
|
#
|
3383
|
-
# * SHA1
|
3383
|
+
# * `SHA1`
|
3384
3384
|
#
|
3385
|
-
# * SHA256
|
3385
|
+
# * `SHA256`
|
3386
3386
|
#
|
3387
3387
|
# For more information, see [Checking object integrity][1] in the
|
3388
3388
|
# *Amazon S3 User Guide*.
|
@@ -2107,13 +2107,13 @@ module Aws::S3
|
|
2107
2107
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
2108
2108
|
# the supported algorithm from the following list:
|
2109
2109
|
#
|
2110
|
-
# * CRC32
|
2110
|
+
# * `CRC32`
|
2111
2111
|
#
|
2112
|
-
# * CRC32C
|
2112
|
+
# * `CRC32C`
|
2113
2113
|
#
|
2114
|
-
# * SHA1
|
2114
|
+
# * `SHA1`
|
2115
2115
|
#
|
2116
|
-
# * SHA256
|
2116
|
+
# * `SHA256`
|
2117
2117
|
#
|
2118
2118
|
# For more information, see [Checking object integrity][1] in the
|
2119
2119
|
# *Amazon S3 User Guide*.
|
@@ -2135,9 +2135,9 @@ module Aws::S3
|
|
2135
2135
|
# @option options [String] :checksum_crc32
|
2136
2136
|
# This header can be used as a data integrity check to verify that the
|
2137
2137
|
# data received is the same data that was originally sent. This header
|
2138
|
-
# specifies the base64-encoded, 32-bit
|
2139
|
-
# more information, see [Checking object integrity][1] in the
|
2140
|
-
# User Guide*.
|
2138
|
+
# specifies the base64-encoded, 32-bit CRC-32 checksum of the object.
|
2139
|
+
# For more information, see [Checking object integrity][1] in the
|
2140
|
+
# *Amazon S3 User Guide*.
|
2141
2141
|
#
|
2142
2142
|
#
|
2143
2143
|
#
|
@@ -2145,7 +2145,7 @@ module Aws::S3
|
|
2145
2145
|
# @option options [String] :checksum_crc32c
|
2146
2146
|
# This header can be used as a data integrity check to verify that the
|
2147
2147
|
# data received is the same data that was originally sent. This header
|
2148
|
-
# specifies the base64-encoded, 32-bit
|
2148
|
+
# specifies the base64-encoded, 32-bit CRC-32C checksum of the object.
|
2149
2149
|
# For more information, see [Checking object integrity][1] in the
|
2150
2150
|
# *Amazon S3 User Guide*.
|
2151
2151
|
#
|
@@ -2836,13 +2836,13 @@ module Aws::S3
|
|
2836
2836
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
2837
2837
|
# the supported algorithm from the following list:
|
2838
2838
|
#
|
2839
|
-
# * CRC32
|
2839
|
+
# * `CRC32`
|
2840
2840
|
#
|
2841
|
-
# * CRC32C
|
2841
|
+
# * `CRC32C`
|
2842
2842
|
#
|
2843
|
-
# * SHA1
|
2843
|
+
# * `SHA1`
|
2844
2844
|
#
|
2845
|
-
# * SHA256
|
2845
|
+
# * `SHA256`
|
2846
2846
|
#
|
2847
2847
|
# For more information, see [Checking object integrity][1] in the
|
2848
2848
|
# *Amazon S3 User Guide*.
|
@@ -869,13 +869,13 @@ module Aws::S3
|
|
869
869
|
# For the `x-amz-checksum-algorithm ` header, replace ` algorithm ` with
|
870
870
|
# the supported algorithm from the following list:
|
871
871
|
#
|
872
|
-
# * CRC32
|
872
|
+
# * `CRC32`
|
873
873
|
#
|
874
|
-
# * CRC32C
|
874
|
+
# * `CRC32C`
|
875
875
|
#
|
876
|
-
# * SHA1
|
876
|
+
# * `SHA1`
|
877
877
|
#
|
878
|
-
# * SHA256
|
878
|
+
# * `SHA256`
|
879
879
|
#
|
880
880
|
# For more information, see [Checking object integrity][1] in the
|
881
881
|
# *Amazon S3 User Guide*.
|