aws-sdk-s3 1.152.3 → 1.156.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3/bucket.rb +2 -2
- data/lib/aws-sdk-s3/client.rb +141 -106
- data/lib/aws-sdk-s3/client_api.rb +8 -0
- data/lib/aws-sdk-s3/object.rb +18 -0
- data/lib/aws-sdk-s3/object_version.rb +18 -0
- data/lib/aws-sdk-s3/types.rb +48 -17
- data/lib/aws-sdk-s3.rb +1 -1
- data/sig/client.rbs +19 -0
- data/sig/object.rbs +6 -0
- data/sig/object_version.rbs +6 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +6 -0
- data/sig/waiters.rbs +12 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 444d8fbcdc8d19b75228bdec52d8e1651f4d35459866847055b0d7e16d56371a
|
4
|
+
data.tar.gz: 785d49ecff3a7441d4f3c196ed64d7cfbe79330627c585fc7108a4a7b11d6d2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e60cb04b18ce10ec62f4b63f28cf8ed7adf206a22910c7251ed9d1c2040a3466cb2d09a0987d6fc8d2361b4c15dfa0b764877b5c7bdedd03146383b5a11a79ae
|
7
|
+
data.tar.gz: 2e5654d95f462359aebeae89f2b855211b95acbe1820ad354a7a8c0e8261ff1188715e469637aea8c647124a7672f102a08e5fa78d73ed27253fcb886cfa13b8
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.156.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added response overrides to Head Object requests.
|
8
|
+
|
9
|
+
1.155.0 (2024-06-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.154.0 (2024-06-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.153.0 (2024-06-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.152.3 (2024-06-13)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.156.0
|
data/lib/aws-sdk-s3/bucket.rb
CHANGED
@@ -1254,8 +1254,8 @@ module Aws::S3
|
|
1254
1254
|
# @option options [String] :encoding_type
|
1255
1255
|
# Encoding type used by Amazon S3 to encode object keys in the response.
|
1256
1256
|
# If using `url`, non-ASCII characters used in an object's key name
|
1257
|
-
# will be URL encoded. For example, the object
|
1258
|
-
# appear as
|
1257
|
+
# will be URL encoded. For example, the object `test_file(3).png` will
|
1258
|
+
# appear as `test_file%283%29.png`.
|
1259
1259
|
# @option options [String] :prefix
|
1260
1260
|
# Limits the response to keys that begin with the specified prefix.
|
1261
1261
|
#
|
data/lib/aws-sdk-s3/client.rb
CHANGED
@@ -131,6 +131,11 @@ module Aws::S3
|
|
131
131
|
|
132
132
|
# @overload initialize(options)
|
133
133
|
# @param [Hash] options
|
134
|
+
#
|
135
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
136
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
137
|
+
# class name or an instance of a plugin class.
|
138
|
+
#
|
134
139
|
# @option options [required, Aws::CredentialProvider] :credentials
|
135
140
|
# Your AWS credentials. This can be an instance of any one of the
|
136
141
|
# following classes:
|
@@ -271,7 +276,6 @@ module Aws::S3
|
|
271
276
|
# 'https://example.com'
|
272
277
|
# 'http://example.com:123'
|
273
278
|
#
|
274
|
-
#
|
275
279
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
276
280
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
277
281
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -386,7 +390,6 @@ module Aws::S3
|
|
386
390
|
# throttling. This is a provisional mode that may change behavior
|
387
391
|
# in the future.
|
388
392
|
#
|
389
|
-
#
|
390
393
|
# @option options [Boolean] :s3_disable_multiregion_access_points (false)
|
391
394
|
# When set to `false` this will option will raise errors when multi-region
|
392
395
|
# access point ARNs are used. Multi-region access points can potentially
|
@@ -411,6 +414,15 @@ module Aws::S3
|
|
411
414
|
#
|
412
415
|
# @option options [String] :session_token
|
413
416
|
#
|
417
|
+
# @option options [Array] :sigv4a_signing_region_set
|
418
|
+
# A list of regions that should be signed with SigV4a signing. When
|
419
|
+
# not passed, a default `:sigv4a_signing_region_set` is searched for
|
420
|
+
# in the following locations:
|
421
|
+
#
|
422
|
+
# * `Aws.config[:sigv4a_signing_region_set]`
|
423
|
+
# * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
|
424
|
+
# * `~/.aws/config`
|
425
|
+
#
|
414
426
|
# @option options [Boolean] :stub_responses (false)
|
415
427
|
# Causes the client to return stubbed responses. By default
|
416
428
|
# fake responses are generated and returned. You can specify
|
@@ -1201,8 +1213,7 @@ module Aws::S3
|
|
1201
1213
|
# : When the request is an HTTP 1.1 request, the response is chunk
|
1202
1214
|
# encoded. When the request is not an HTTP 1.1 request, the response
|
1203
1215
|
# would not contain the `Content-Length`. You always need to read the
|
1204
|
-
# entire response body to check if the copy succeeds.
|
1205
|
-
# connection alive while we copy the data.
|
1216
|
+
# entire response body to check if the copy succeeds.
|
1206
1217
|
#
|
1207
1218
|
# * If the copy is successful, you receive a response with information
|
1208
1219
|
# about the copied object.
|
@@ -2328,33 +2339,33 @@ module Aws::S3
|
|
2328
2339
|
# * {Types::CreateBucketOutput#location #location} => String
|
2329
2340
|
#
|
2330
2341
|
#
|
2331
|
-
# @example Example: To create a bucket
|
2342
|
+
# @example Example: To create a bucket in a specific region
|
2332
2343
|
#
|
2333
|
-
# # The following example creates a bucket.
|
2344
|
+
# # The following example creates a bucket. The request specifies an AWS region where to create the bucket.
|
2334
2345
|
#
|
2335
2346
|
# resp = client.create_bucket({
|
2336
2347
|
# bucket: "examplebucket",
|
2348
|
+
# create_bucket_configuration: {
|
2349
|
+
# location_constraint: "eu-west-1",
|
2350
|
+
# },
|
2337
2351
|
# })
|
2338
2352
|
#
|
2339
2353
|
# resp.to_h outputs the following:
|
2340
2354
|
# {
|
2341
|
-
# location: "/
|
2355
|
+
# location: "http://examplebucket.<Region>.s3.amazonaws.com/",
|
2342
2356
|
# }
|
2343
2357
|
#
|
2344
|
-
# @example Example: To create a bucket
|
2358
|
+
# @example Example: To create a bucket
|
2345
2359
|
#
|
2346
|
-
# # The following example creates a bucket.
|
2360
|
+
# # The following example creates a bucket.
|
2347
2361
|
#
|
2348
2362
|
# resp = client.create_bucket({
|
2349
2363
|
# bucket: "examplebucket",
|
2350
|
-
# create_bucket_configuration: {
|
2351
|
-
# location_constraint: "eu-west-1",
|
2352
|
-
# },
|
2353
2364
|
# })
|
2354
2365
|
#
|
2355
2366
|
# resp.to_h outputs the following:
|
2356
2367
|
# {
|
2357
|
-
# location: "
|
2368
|
+
# location: "/examplebucket",
|
2358
2369
|
# }
|
2359
2370
|
#
|
2360
2371
|
# @example Request syntax with placeholder values
|
@@ -4487,15 +4498,6 @@ module Aws::S3
|
|
4487
4498
|
# * {Types::DeleteObjectOutput#request_charged #request_charged} => String
|
4488
4499
|
#
|
4489
4500
|
#
|
4490
|
-
# @example Example: To delete an object (from a non-versioned bucket)
|
4491
|
-
#
|
4492
|
-
# # The following example deletes an object from a non-versioned bucket.
|
4493
|
-
#
|
4494
|
-
# resp = client.delete_object({
|
4495
|
-
# bucket: "ExampleBucket",
|
4496
|
-
# key: "HappyFace.jpg",
|
4497
|
-
# })
|
4498
|
-
#
|
4499
4501
|
# @example Example: To delete an object
|
4500
4502
|
#
|
4501
4503
|
# # The following example deletes an object from an S3 bucket.
|
@@ -4509,6 +4511,15 @@ module Aws::S3
|
|
4509
4511
|
# {
|
4510
4512
|
# }
|
4511
4513
|
#
|
4514
|
+
# @example Example: To delete an object (from a non-versioned bucket)
|
4515
|
+
#
|
4516
|
+
# # The following example deletes an object from a non-versioned bucket.
|
4517
|
+
#
|
4518
|
+
# resp = client.delete_object({
|
4519
|
+
# bucket: "ExampleBucket",
|
4520
|
+
# key: "HappyFace.jpg",
|
4521
|
+
# })
|
4522
|
+
#
|
4512
4523
|
# @example Request syntax with placeholder values
|
4513
4524
|
#
|
4514
4525
|
# resp = client.delete_object({
|
@@ -4717,7 +4728,7 @@ module Aws::S3
|
|
4717
4728
|
# permission.
|
4718
4729
|
#
|
4719
4730
|
# * <b> <code>s3:DeleteObjectVersion</code> </b> - To delete a
|
4720
|
-
# specific version of an object from a
|
4731
|
+
# specific version of an object from a versioning-enabled bucket,
|
4721
4732
|
# you must specify the `s3:DeleteObjectVersion` permission.
|
4722
4733
|
#
|
4723
4734
|
# * **Directory bucket permissions** - To grant access to this API
|
@@ -4918,22 +4929,20 @@ module Aws::S3
|
|
4918
4929
|
# * {Types::DeleteObjectsOutput#errors #errors} => Array<Types::Error>
|
4919
4930
|
#
|
4920
4931
|
#
|
4921
|
-
# @example Example: To delete multiple
|
4932
|
+
# @example Example: To delete multiple objects from a versioned bucket
|
4922
4933
|
#
|
4923
|
-
# # The following example deletes objects from a bucket. The
|
4924
|
-
# #
|
4934
|
+
# # The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the
|
4935
|
+
# # object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
|
4925
4936
|
#
|
4926
4937
|
# resp = client.delete_objects({
|
4927
4938
|
# bucket: "examplebucket",
|
4928
4939
|
# delete: {
|
4929
4940
|
# objects: [
|
4930
4941
|
# {
|
4931
|
-
# key: "
|
4932
|
-
# version_id: "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b",
|
4942
|
+
# key: "objectkey1",
|
4933
4943
|
# },
|
4934
4944
|
# {
|
4935
|
-
# key: "
|
4936
|
-
# version_id: "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd",
|
4945
|
+
# key: "objectkey2",
|
4937
4946
|
# },
|
4938
4947
|
# ],
|
4939
4948
|
# quiet: false,
|
@@ -4944,30 +4953,34 @@ module Aws::S3
|
|
4944
4953
|
# {
|
4945
4954
|
# deleted: [
|
4946
4955
|
# {
|
4947
|
-
#
|
4948
|
-
#
|
4956
|
+
# delete_marker: true,
|
4957
|
+
# delete_marker_version_id: "A._w1z6EFiCF5uhtQMDal9JDkID9tQ7F",
|
4958
|
+
# key: "objectkey1",
|
4949
4959
|
# },
|
4950
4960
|
# {
|
4951
|
-
#
|
4952
|
-
#
|
4961
|
+
# delete_marker: true,
|
4962
|
+
# delete_marker_version_id: "iOd_ORxhkKe_e8G8_oSGxt2PjsCZKlkt",
|
4963
|
+
# key: "objectkey2",
|
4953
4964
|
# },
|
4954
4965
|
# ],
|
4955
4966
|
# }
|
4956
4967
|
#
|
4957
|
-
# @example Example: To delete multiple
|
4968
|
+
# @example Example: To delete multiple object versions from a versioned bucket
|
4958
4969
|
#
|
4959
|
-
# # The following example deletes objects from a bucket. The
|
4960
|
-
# #
|
4970
|
+
# # The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object
|
4971
|
+
# # versions and returns the key and versions of deleted objects in the response.
|
4961
4972
|
#
|
4962
4973
|
# resp = client.delete_objects({
|
4963
4974
|
# bucket: "examplebucket",
|
4964
4975
|
# delete: {
|
4965
4976
|
# objects: [
|
4966
4977
|
# {
|
4967
|
-
# key: "
|
4978
|
+
# key: "HappyFace.jpg",
|
4979
|
+
# version_id: "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b",
|
4968
4980
|
# },
|
4969
4981
|
# {
|
4970
|
-
# key: "
|
4982
|
+
# key: "HappyFace.jpg",
|
4983
|
+
# version_id: "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd",
|
4971
4984
|
# },
|
4972
4985
|
# ],
|
4973
4986
|
# quiet: false,
|
@@ -4978,14 +4991,12 @@ module Aws::S3
|
|
4978
4991
|
# {
|
4979
4992
|
# deleted: [
|
4980
4993
|
# {
|
4981
|
-
#
|
4982
|
-
#
|
4983
|
-
# key: "objectkey1",
|
4994
|
+
# key: "HappyFace.jpg",
|
4995
|
+
# version_id: "yoz3HB.ZhCS_tKVEmIOr7qYyyAaZSKVd",
|
4984
4996
|
# },
|
4985
4997
|
# {
|
4986
|
-
#
|
4987
|
-
#
|
4988
|
-
# key: "objectkey2",
|
4998
|
+
# key: "HappyFace.jpg",
|
4999
|
+
# version_id: "2LWg7lQLnY41.maGB5Z6SWW.dcq0vx7b",
|
4989
5000
|
# },
|
4990
5001
|
# ],
|
4991
5002
|
# }
|
@@ -8735,49 +8746,49 @@ module Aws::S3
|
|
8735
8746
|
# * {Types::GetObjectTaggingOutput#tag_set #tag_set} => Array<Types::Tag>
|
8736
8747
|
#
|
8737
8748
|
#
|
8738
|
-
# @example Example: To retrieve tag set of
|
8749
|
+
# @example Example: To retrieve tag set of a specific object version
|
8739
8750
|
#
|
8740
|
-
# # The following example retrieves tag set of an object.
|
8751
|
+
# # The following example retrieves tag set of an object. The request specifies object version.
|
8741
8752
|
#
|
8742
8753
|
# resp = client.get_object_tagging({
|
8743
8754
|
# bucket: "examplebucket",
|
8744
|
-
# key: "
|
8755
|
+
# key: "exampleobject",
|
8756
|
+
# version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI",
|
8745
8757
|
# })
|
8746
8758
|
#
|
8747
8759
|
# resp.to_h outputs the following:
|
8748
8760
|
# {
|
8749
8761
|
# tag_set: [
|
8750
8762
|
# {
|
8751
|
-
# key: "
|
8752
|
-
# value: "
|
8753
|
-
# },
|
8754
|
-
# {
|
8755
|
-
# key: "Key3",
|
8756
|
-
# value: "Value3",
|
8763
|
+
# key: "Key1",
|
8764
|
+
# value: "Value1",
|
8757
8765
|
# },
|
8758
8766
|
# ],
|
8759
|
-
# version_id: "
|
8767
|
+
# version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI",
|
8760
8768
|
# }
|
8761
8769
|
#
|
8762
|
-
# @example Example: To retrieve tag set of
|
8770
|
+
# @example Example: To retrieve tag set of an object
|
8763
8771
|
#
|
8764
|
-
# # The following example retrieves tag set of an object.
|
8772
|
+
# # The following example retrieves tag set of an object.
|
8765
8773
|
#
|
8766
8774
|
# resp = client.get_object_tagging({
|
8767
8775
|
# bucket: "examplebucket",
|
8768
|
-
# key: "
|
8769
|
-
# version_id: "ydlaNkwWm0SfKJR.T1b1fIdPRbldTYRI",
|
8776
|
+
# key: "HappyFace.jpg",
|
8770
8777
|
# })
|
8771
8778
|
#
|
8772
8779
|
# resp.to_h outputs the following:
|
8773
8780
|
# {
|
8774
8781
|
# tag_set: [
|
8775
8782
|
# {
|
8776
|
-
# key: "
|
8777
|
-
# value: "
|
8783
|
+
# key: "Key4",
|
8784
|
+
# value: "Value4",
|
8785
|
+
# },
|
8786
|
+
# {
|
8787
|
+
# key: "Key3",
|
8788
|
+
# value: "Value3",
|
8778
8789
|
# },
|
8779
8790
|
# ],
|
8780
|
-
# version_id: "
|
8791
|
+
# version_id: "null",
|
8781
8792
|
# }
|
8782
8793
|
#
|
8783
8794
|
# @example Request syntax with placeholder values
|
@@ -9423,6 +9434,24 @@ module Aws::S3
|
|
9423
9434
|
# the Range is not satisfiable, S3 returns a `416 - Requested Range Not
|
9424
9435
|
# Satisfiable` error.
|
9425
9436
|
#
|
9437
|
+
# @option params [String] :response_cache_control
|
9438
|
+
# Sets the `Cache-Control` header of the response.
|
9439
|
+
#
|
9440
|
+
# @option params [String] :response_content_disposition
|
9441
|
+
# Sets the `Content-Disposition` header of the response.
|
9442
|
+
#
|
9443
|
+
# @option params [String] :response_content_encoding
|
9444
|
+
# Sets the `Content-Encoding` header of the response.
|
9445
|
+
#
|
9446
|
+
# @option params [String] :response_content_language
|
9447
|
+
# Sets the `Content-Language` header of the response.
|
9448
|
+
#
|
9449
|
+
# @option params [String] :response_content_type
|
9450
|
+
# Sets the `Content-Type` header of the response.
|
9451
|
+
#
|
9452
|
+
# @option params [Time,DateTime,Date,Integer,String] :response_expires
|
9453
|
+
# Sets the `Expires` header of the response.
|
9454
|
+
#
|
9426
9455
|
# @option params [String] :version_id
|
9427
9456
|
# Version ID used to reference a specific version of the object.
|
9428
9457
|
#
|
@@ -9565,6 +9594,12 @@ module Aws::S3
|
|
9565
9594
|
# if_unmodified_since: Time.now,
|
9566
9595
|
# key: "ObjectKey", # required
|
9567
9596
|
# range: "Range",
|
9597
|
+
# response_cache_control: "ResponseCacheControl",
|
9598
|
+
# response_content_disposition: "ResponseContentDisposition",
|
9599
|
+
# response_content_encoding: "ResponseContentEncoding",
|
9600
|
+
# response_content_language: "ResponseContentLanguage",
|
9601
|
+
# response_content_type: "ResponseContentType",
|
9602
|
+
# response_expires: Time.now,
|
9568
9603
|
# version_id: "ObjectVersionId",
|
9569
9604
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
9570
9605
|
# sse_customer_key: "SSECustomerKey",
|
@@ -11182,8 +11217,8 @@ module Aws::S3
|
|
11182
11217
|
# @option params [String] :encoding_type
|
11183
11218
|
# Encoding type used by Amazon S3 to encode object keys in the response.
|
11184
11219
|
# If using `url`, non-ASCII characters used in an object's key name
|
11185
|
-
# will be URL encoded. For example, the object
|
11186
|
-
# appear as
|
11220
|
+
# will be URL encoded. For example, the object `test_file(3).png` will
|
11221
|
+
# appear as `test_file%283%29.png`.
|
11187
11222
|
#
|
11188
11223
|
# @option params [Integer] :max_keys
|
11189
11224
|
# Sets the maximum number of keys returned in the response. By default,
|
@@ -15410,40 +15445,41 @@ module Aws::S3
|
|
15410
15445
|
# * {Types::PutObjectOutput#request_charged #request_charged} => String
|
15411
15446
|
#
|
15412
15447
|
#
|
15413
|
-
# @example Example: To upload an object
|
15448
|
+
# @example Example: To upload an object
|
15414
15449
|
#
|
15415
|
-
# # The following example uploads an object. The
|
15416
|
-
# #
|
15450
|
+
# # The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file
|
15451
|
+
# # syntax. S3 returns VersionId of the newly created object.
|
15417
15452
|
#
|
15418
15453
|
# resp = client.put_object({
|
15419
|
-
# body: "
|
15454
|
+
# body: "HappyFace.jpg",
|
15420
15455
|
# bucket: "examplebucket",
|
15421
|
-
# key: "
|
15422
|
-
# server_side_encryption: "AES256",
|
15423
|
-
# tagging: "key1=value1&key2=value2",
|
15456
|
+
# key: "HappyFace.jpg",
|
15424
15457
|
# })
|
15425
15458
|
#
|
15426
15459
|
# resp.to_h outputs the following:
|
15427
15460
|
# {
|
15428
15461
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
15429
|
-
#
|
15430
|
-
# version_id: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt",
|
15462
|
+
# version_id: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk",
|
15431
15463
|
# }
|
15432
15464
|
#
|
15433
|
-
# @example Example: To
|
15465
|
+
# @example Example: To upload an object and specify server-side encryption and object tags
|
15434
15466
|
#
|
15435
|
-
# # The following example
|
15467
|
+
# # The following example uploads an object. The request specifies the optional server-side encryption option. The request
|
15468
|
+
# # also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
|
15436
15469
|
#
|
15437
15470
|
# resp = client.put_object({
|
15438
15471
|
# body: "filetoupload",
|
15439
15472
|
# bucket: "examplebucket",
|
15440
|
-
# key: "
|
15473
|
+
# key: "exampleobject",
|
15474
|
+
# server_side_encryption: "AES256",
|
15475
|
+
# tagging: "key1=value1&key2=value2",
|
15441
15476
|
# })
|
15442
15477
|
#
|
15443
15478
|
# resp.to_h outputs the following:
|
15444
15479
|
# {
|
15445
15480
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
15446
|
-
#
|
15481
|
+
# server_side_encryption: "AES256",
|
15482
|
+
# version_id: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt",
|
15447
15483
|
# }
|
15448
15484
|
#
|
15449
15485
|
# @example Example: To upload an object (specify optional headers)
|
@@ -15466,43 +15502,43 @@ module Aws::S3
|
|
15466
15502
|
# version_id: "CG612hodqujkf8FaaNfp8U..FIhLROcp",
|
15467
15503
|
# }
|
15468
15504
|
#
|
15469
|
-
# @example Example: To upload
|
15505
|
+
# @example Example: To upload object and specify user-defined metadata
|
15470
15506
|
#
|
15471
|
-
# # The following example
|
15472
|
-
# # S3 returns version ID
|
15507
|
+
# # The following example creates an object. The request also specifies optional metadata. If the bucket is versioning
|
15508
|
+
# # enabled, S3 returns version ID in response.
|
15473
15509
|
#
|
15474
15510
|
# resp = client.put_object({
|
15475
|
-
# body: "
|
15511
|
+
# body: "filetoupload",
|
15476
15512
|
# bucket: "examplebucket",
|
15477
|
-
# key: "
|
15478
|
-
#
|
15513
|
+
# key: "exampleobject",
|
15514
|
+
# metadata: {
|
15515
|
+
# "metadata1" => "value1",
|
15516
|
+
# "metadata2" => "value2",
|
15517
|
+
# },
|
15479
15518
|
# })
|
15480
15519
|
#
|
15481
15520
|
# resp.to_h outputs the following:
|
15482
15521
|
# {
|
15483
15522
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
15484
|
-
# version_id: "
|
15523
|
+
# version_id: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0",
|
15485
15524
|
# }
|
15486
15525
|
#
|
15487
|
-
# @example Example: To upload object and specify
|
15526
|
+
# @example Example: To upload an object and specify optional tags
|
15488
15527
|
#
|
15489
|
-
# # The following example
|
15490
|
-
# #
|
15528
|
+
# # The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore
|
15529
|
+
# # S3 returns version ID of the newly created object.
|
15491
15530
|
#
|
15492
15531
|
# resp = client.put_object({
|
15493
|
-
# body: "
|
15532
|
+
# body: "c:\\HappyFace.jpg",
|
15494
15533
|
# bucket: "examplebucket",
|
15495
|
-
# key: "
|
15496
|
-
#
|
15497
|
-
# "metadata1" => "value1",
|
15498
|
-
# "metadata2" => "value2",
|
15499
|
-
# },
|
15534
|
+
# key: "HappyFace.jpg",
|
15535
|
+
# tagging: "key1=value1&key2=value2",
|
15500
15536
|
# })
|
15501
15537
|
#
|
15502
15538
|
# resp.to_h outputs the following:
|
15503
15539
|
# {
|
15504
15540
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
15505
|
-
# version_id: "
|
15541
|
+
# version_id: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a",
|
15506
15542
|
# }
|
15507
15543
|
#
|
15508
15544
|
# @example Example: To upload an object and specify canned ACL.
|
@@ -15523,21 +15559,20 @@ module Aws::S3
|
|
15523
15559
|
# version_id: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr",
|
15524
15560
|
# }
|
15525
15561
|
#
|
15526
|
-
# @example Example: To
|
15562
|
+
# @example Example: To create an object.
|
15527
15563
|
#
|
15528
|
-
# # The following example
|
15529
|
-
# # syntax. S3 returns VersionId of the newly created object.
|
15564
|
+
# # The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
|
15530
15565
|
#
|
15531
15566
|
# resp = client.put_object({
|
15532
|
-
# body: "
|
15567
|
+
# body: "filetoupload",
|
15533
15568
|
# bucket: "examplebucket",
|
15534
|
-
# key: "
|
15569
|
+
# key: "objectkey",
|
15535
15570
|
# })
|
15536
15571
|
#
|
15537
15572
|
# resp.to_h outputs the following:
|
15538
15573
|
# {
|
15539
15574
|
# etag: "\"6805f2cfc46c0f04559748bb039d69ae\"",
|
15540
|
-
# version_id: "
|
15575
|
+
# version_id: "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ",
|
15541
15576
|
# }
|
15542
15577
|
#
|
15543
15578
|
# @example Streaming a file from disk
|
@@ -17960,7 +17995,7 @@ module Aws::S3
|
|
17960
17995
|
# the object copy to the destination bucket.
|
17961
17996
|
#
|
17962
17997
|
# For information about permissions required to use the multipart
|
17963
|
-
# upload API, see [Multipart
|
17998
|
+
# upload API, see [Multipart upload API and permissions][7] in the
|
17964
17999
|
# *Amazon S3 User Guide*.
|
17965
18000
|
#
|
17966
18001
|
# * **Directory bucket permissions** - You must have permissions in a
|
@@ -17970,9 +18005,9 @@ module Aws::S3
|
|
17970
18005
|
# * If the source object that you want to copy is in a directory
|
17971
18006
|
# bucket, you must have the <b>
|
17972
18007
|
# <code>s3express:CreateSession</code> </b> permission in the
|
17973
|
-
# `Action` element of a policy to read the object
|
17974
|
-
#
|
17975
|
-
#
|
18008
|
+
# `Action` element of a policy to read the object. By default, the
|
18009
|
+
# session is in the `ReadWrite` mode. If you want to restrict the
|
18010
|
+
# access, you can explicitly set the `s3express:SessionMode`
|
17976
18011
|
# condition key to `ReadOnly` on the copy source bucket.
|
17977
18012
|
#
|
17978
18013
|
# * If the copy destination is a directory bucket, you must have the
|
@@ -18039,7 +18074,7 @@ module Aws::S3
|
|
18039
18074
|
# [4]: https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectOperations.html
|
18040
18075
|
# [5]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html
|
18041
18076
|
# [6]: https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html
|
18042
|
-
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/
|
18077
|
+
# [7]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions
|
18043
18078
|
# [8]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html
|
18044
18079
|
# [9]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-identity-policies.html
|
18045
18080
|
# [10]: https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html
|
@@ -18828,7 +18863,7 @@ module Aws::S3
|
|
18828
18863
|
params: params,
|
18829
18864
|
config: config)
|
18830
18865
|
context[:gem_name] = 'aws-sdk-s3'
|
18831
|
-
context[:gem_version] = '1.
|
18866
|
+
context[:gem_version] = '1.156.0'
|
18832
18867
|
Seahorse::Client::Request.new(handlers, context)
|
18833
18868
|
end
|
18834
18869
|
|
@@ -1531,6 +1531,12 @@ module Aws::S3
|
|
1531
1531
|
HeadObjectRequest.add_member(:if_unmodified_since, Shapes::ShapeRef.new(shape: IfUnmodifiedSince, location: "header", location_name: "If-Unmodified-Since"))
|
1532
1532
|
HeadObjectRequest.add_member(:key, Shapes::ShapeRef.new(shape: ObjectKey, required: true, location: "uri", location_name: "Key", metadata: {"contextParam"=>{"name"=>"Key"}}))
|
1533
1533
|
HeadObjectRequest.add_member(:range, Shapes::ShapeRef.new(shape: Range, location: "header", location_name: "Range"))
|
1534
|
+
HeadObjectRequest.add_member(:response_cache_control, Shapes::ShapeRef.new(shape: ResponseCacheControl, location: "querystring", location_name: "response-cache-control"))
|
1535
|
+
HeadObjectRequest.add_member(:response_content_disposition, Shapes::ShapeRef.new(shape: ResponseContentDisposition, location: "querystring", location_name: "response-content-disposition"))
|
1536
|
+
HeadObjectRequest.add_member(:response_content_encoding, Shapes::ShapeRef.new(shape: ResponseContentEncoding, location: "querystring", location_name: "response-content-encoding"))
|
1537
|
+
HeadObjectRequest.add_member(:response_content_language, Shapes::ShapeRef.new(shape: ResponseContentLanguage, location: "querystring", location_name: "response-content-language"))
|
1538
|
+
HeadObjectRequest.add_member(:response_content_type, Shapes::ShapeRef.new(shape: ResponseContentType, location: "querystring", location_name: "response-content-type"))
|
1539
|
+
HeadObjectRequest.add_member(:response_expires, Shapes::ShapeRef.new(shape: ResponseExpires, location: "querystring", location_name: "response-expires"))
|
1534
1540
|
HeadObjectRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: ObjectVersionId, location: "querystring", location_name: "versionId"))
|
1535
1541
|
HeadObjectRequest.add_member(:sse_customer_algorithm, Shapes::ShapeRef.new(shape: SSECustomerAlgorithm, location: "header", location_name: "x-amz-server-side-encryption-customer-algorithm"))
|
1536
1542
|
HeadObjectRequest.add_member(:sse_customer_key, Shapes::ShapeRef.new(shape: SSECustomerKey, location: "header", location_name: "x-amz-server-side-encryption-customer-key"))
|
@@ -2760,6 +2766,7 @@ module Aws::S3
|
|
2760
2766
|
|
2761
2767
|
api.metadata = {
|
2762
2768
|
"apiVersion" => "2006-03-01",
|
2769
|
+
"auth" => ["aws.auth#sigv4"],
|
2763
2770
|
"checksumFormat" => "md5",
|
2764
2771
|
"endpointPrefix" => "s3",
|
2765
2772
|
"globalEndpoint" => "s3.amazonaws.com",
|
@@ -3829,6 +3836,7 @@ module Aws::S3
|
|
3829
3836
|
o.http_method = "POST"
|
3830
3837
|
o.http_request_uri = "/WriteGetObjectResponse"
|
3831
3838
|
o['authtype'] = "v4-unsigned-body"
|
3839
|
+
o['unsignedPayload'] = true
|
3832
3840
|
o.endpoint_pattern = {
|
3833
3841
|
"hostPrefix" => "{RequestRoute}.",
|
3834
3842
|
}
|
data/lib/aws-sdk-s3/object.rb
CHANGED
@@ -2779,6 +2779,12 @@ module Aws::S3
|
|
2779
2779
|
# if_none_match: "IfNoneMatch",
|
2780
2780
|
# if_unmodified_since: Time.now,
|
2781
2781
|
# range: "Range",
|
2782
|
+
# response_cache_control: "ResponseCacheControl",
|
2783
|
+
# response_content_disposition: "ResponseContentDisposition",
|
2784
|
+
# response_content_encoding: "ResponseContentEncoding",
|
2785
|
+
# response_content_language: "ResponseContentLanguage",
|
2786
|
+
# response_content_type: "ResponseContentType",
|
2787
|
+
# response_expires: Time.now,
|
2782
2788
|
# version_id: "ObjectVersionId",
|
2783
2789
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
2784
2790
|
# sse_customer_key: "SSECustomerKey",
|
@@ -2866,6 +2872,18 @@ module Aws::S3
|
|
2866
2872
|
# satisfiable, only the `ContentLength` is affected in the response. If
|
2867
2873
|
# the Range is not satisfiable, S3 returns a `416 - Requested Range Not
|
2868
2874
|
# Satisfiable` error.
|
2875
|
+
# @option options [String] :response_cache_control
|
2876
|
+
# Sets the `Cache-Control` header of the response.
|
2877
|
+
# @option options [String] :response_content_disposition
|
2878
|
+
# Sets the `Content-Disposition` header of the response.
|
2879
|
+
# @option options [String] :response_content_encoding
|
2880
|
+
# Sets the `Content-Encoding` header of the response.
|
2881
|
+
# @option options [String] :response_content_language
|
2882
|
+
# Sets the `Content-Language` header of the response.
|
2883
|
+
# @option options [String] :response_content_type
|
2884
|
+
# Sets the `Content-Type` header of the response.
|
2885
|
+
# @option options [Time,DateTime,Date,Integer,String] :response_expires
|
2886
|
+
# Sets the `Expires` header of the response.
|
2869
2887
|
# @option options [String] :version_id
|
2870
2888
|
# Version ID used to reference a specific version of the object.
|
2871
2889
|
#
|
@@ -544,6 +544,12 @@ module Aws::S3
|
|
544
544
|
# if_none_match: "IfNoneMatch",
|
545
545
|
# if_unmodified_since: Time.now,
|
546
546
|
# range: "Range",
|
547
|
+
# response_cache_control: "ResponseCacheControl",
|
548
|
+
# response_content_disposition: "ResponseContentDisposition",
|
549
|
+
# response_content_encoding: "ResponseContentEncoding",
|
550
|
+
# response_content_language: "ResponseContentLanguage",
|
551
|
+
# response_content_type: "ResponseContentType",
|
552
|
+
# response_expires: Time.now,
|
547
553
|
# sse_customer_algorithm: "SSECustomerAlgorithm",
|
548
554
|
# sse_customer_key: "SSECustomerKey",
|
549
555
|
# sse_customer_key_md5: "SSECustomerKeyMD5",
|
@@ -630,6 +636,18 @@ module Aws::S3
|
|
630
636
|
# satisfiable, only the `ContentLength` is affected in the response. If
|
631
637
|
# the Range is not satisfiable, S3 returns a `416 - Requested Range Not
|
632
638
|
# Satisfiable` error.
|
639
|
+
# @option options [String] :response_cache_control
|
640
|
+
# Sets the `Cache-Control` header of the response.
|
641
|
+
# @option options [String] :response_content_disposition
|
642
|
+
# Sets the `Content-Disposition` header of the response.
|
643
|
+
# @option options [String] :response_content_encoding
|
644
|
+
# Sets the `Content-Encoding` header of the response.
|
645
|
+
# @option options [String] :response_content_language
|
646
|
+
# Sets the `Content-Language` header of the response.
|
647
|
+
# @option options [String] :response_content_type
|
648
|
+
# Sets the `Content-Type` header of the response.
|
649
|
+
# @option options [Time,DateTime,Date,Integer,String] :response_expires
|
650
|
+
# Sets the `Expires` header of the response.
|
633
651
|
# @option options [String] :sse_customer_algorithm
|
634
652
|
# Specifies the algorithm to use when encrypting the object (for
|
635
653
|
# example, AES256).
|
data/lib/aws-sdk-s3/types.rb
CHANGED
@@ -3299,7 +3299,7 @@ module Aws::S3
|
|
3299
3299
|
|
3300
3300
|
# @!attribute [rw] credentials
|
3301
3301
|
# The established temporary security credentials for the created
|
3302
|
-
# session
|
3302
|
+
# session.
|
3303
3303
|
# @return [Types::SessionCredentials]
|
3304
3304
|
#
|
3305
3305
|
# @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/CreateSessionOutput AWS API Documentation
|
@@ -8452,6 +8452,30 @@ module Aws::S3
|
|
8452
8452
|
# Not Satisfiable` error.
|
8453
8453
|
# @return [String]
|
8454
8454
|
#
|
8455
|
+
# @!attribute [rw] response_cache_control
|
8456
|
+
# Sets the `Cache-Control` header of the response.
|
8457
|
+
# @return [String]
|
8458
|
+
#
|
8459
|
+
# @!attribute [rw] response_content_disposition
|
8460
|
+
# Sets the `Content-Disposition` header of the response.
|
8461
|
+
# @return [String]
|
8462
|
+
#
|
8463
|
+
# @!attribute [rw] response_content_encoding
|
8464
|
+
# Sets the `Content-Encoding` header of the response.
|
8465
|
+
# @return [String]
|
8466
|
+
#
|
8467
|
+
# @!attribute [rw] response_content_language
|
8468
|
+
# Sets the `Content-Language` header of the response.
|
8469
|
+
# @return [String]
|
8470
|
+
#
|
8471
|
+
# @!attribute [rw] response_content_type
|
8472
|
+
# Sets the `Content-Type` header of the response.
|
8473
|
+
# @return [String]
|
8474
|
+
#
|
8475
|
+
# @!attribute [rw] response_expires
|
8476
|
+
# Sets the `Expires` header of the response.
|
8477
|
+
# @return [Time]
|
8478
|
+
#
|
8455
8479
|
# @!attribute [rw] version_id
|
8456
8480
|
# Version ID used to reference a specific version of the object.
|
8457
8481
|
#
|
@@ -8543,6 +8567,12 @@ module Aws::S3
|
|
8543
8567
|
:if_unmodified_since,
|
8544
8568
|
:key,
|
8545
8569
|
:range,
|
8570
|
+
:response_cache_control,
|
8571
|
+
:response_content_disposition,
|
8572
|
+
:response_content_encoding,
|
8573
|
+
:response_content_language,
|
8574
|
+
:response_content_type,
|
8575
|
+
:response_expires,
|
8546
8576
|
:version_id,
|
8547
8577
|
:sse_customer_algorithm,
|
8548
8578
|
:sse_customer_key,
|
@@ -8559,10 +8589,11 @@ module Aws::S3
|
|
8559
8589
|
#
|
8560
8590
|
# @!attribute [rw] suffix
|
8561
8591
|
# A suffix that is appended to a request that is for a directory on
|
8562
|
-
# the website endpoint (
|
8563
|
-
# you make a request to samplebucket/images
|
8564
|
-
# will be for the object with the key name
|
8565
|
-
# suffix must not be empty and must not
|
8592
|
+
# the website endpoint. (For example, if the suffix is `index.html`
|
8593
|
+
# and you make a request to `samplebucket/images/`, the data that is
|
8594
|
+
# returned will be for the object with the key name
|
8595
|
+
# `images/index.html`.) The suffix must not be empty and must not
|
8596
|
+
# include a slash character.
|
8566
8597
|
#
|
8567
8598
|
# Replacement must be made for object keys containing special
|
8568
8599
|
# characters (such as carriage returns) when using XML requests. For
|
@@ -10122,7 +10153,7 @@ module Aws::S3
|
|
10122
10153
|
# Encoding type used by Amazon S3 to encode object keys in the
|
10123
10154
|
# response. If using `url`, non-ASCII characters used in an object's
|
10124
10155
|
# key name will be URL encoded. For example, the object
|
10125
|
-
#
|
10156
|
+
# `test_file(3).png` will appear as `test_file%283%29.png`.
|
10126
10157
|
# @return [String]
|
10127
10158
|
#
|
10128
10159
|
# @!attribute [rw] request_charged
|
@@ -10478,7 +10509,7 @@ module Aws::S3
|
|
10478
10509
|
# Encoding type used by Amazon S3 to encode object keys in the
|
10479
10510
|
# response. If using `url`, non-ASCII characters used in an object's
|
10480
10511
|
# key name will be URL encoded. For example, the object
|
10481
|
-
#
|
10512
|
+
# `test_file(3).png` will appear as `test_file%283%29.png`.
|
10482
10513
|
# @return [String]
|
10483
10514
|
#
|
10484
10515
|
# @!attribute [rw] max_keys
|
@@ -11173,10 +11204,10 @@ module Aws::S3
|
|
11173
11204
|
# @return [Integer]
|
11174
11205
|
#
|
11175
11206
|
# @!attribute [rw] newer_noncurrent_versions
|
11176
|
-
# Specifies how many
|
11177
|
-
#
|
11178
|
-
#
|
11179
|
-
#
|
11207
|
+
# Specifies how many noncurrent versions Amazon S3 will retain. You
|
11208
|
+
# can specify up to 100 noncurrent versions to retain. Amazon S3 will
|
11209
|
+
# permanently delete any additional noncurrent versions beyond the
|
11210
|
+
# specified number to retain. For more information about noncurrent
|
11180
11211
|
# versions, see [Lifecycle configuration elements][1] in the *Amazon
|
11181
11212
|
# S3 User Guide*.
|
11182
11213
|
#
|
@@ -11220,12 +11251,12 @@ module Aws::S3
|
|
11220
11251
|
# @return [String]
|
11221
11252
|
#
|
11222
11253
|
# @!attribute [rw] newer_noncurrent_versions
|
11223
|
-
# Specifies how many
|
11224
|
-
#
|
11225
|
-
#
|
11226
|
-
#
|
11227
|
-
#
|
11228
|
-
# S3 User Guide*.
|
11254
|
+
# Specifies how many noncurrent versions Amazon S3 will retain in the
|
11255
|
+
# same storage class before transitioning objects. You can specify up
|
11256
|
+
# to 100 noncurrent versions to retain. Amazon S3 will transition any
|
11257
|
+
# additional noncurrent versions beyond the specified number to
|
11258
|
+
# retain. For more information about noncurrent versions, see
|
11259
|
+
# [Lifecycle configuration elements][1] in the *Amazon S3 User Guide*.
|
11229
11260
|
#
|
11230
11261
|
#
|
11231
11262
|
#
|
data/lib/aws-sdk-s3.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -62,6 +62,7 @@ module Aws
|
|
62
62
|
?sdk_ua_app_id: String,
|
63
63
|
?secret_access_key: String,
|
64
64
|
?session_token: String,
|
65
|
+
?sigv4a_signing_region_set: Array[String],
|
65
66
|
?stub_responses: untyped,
|
66
67
|
?token_provider: untyped,
|
67
68
|
?use_accelerate_endpoint: bool,
|
@@ -963,6 +964,12 @@ module Aws
|
|
963
964
|
?if_unmodified_since: ::Time,
|
964
965
|
key: ::String,
|
965
966
|
?range: ::String,
|
967
|
+
?response_cache_control: ::String,
|
968
|
+
?response_content_disposition: ::String,
|
969
|
+
?response_content_encoding: ::String,
|
970
|
+
?response_content_language: ::String,
|
971
|
+
?response_content_type: ::String,
|
972
|
+
?response_expires: ::Time,
|
966
973
|
?version_id: ::String,
|
967
974
|
?sse_customer_algorithm: ::String,
|
968
975
|
?sse_customer_key: ::String,
|
@@ -2328,6 +2335,12 @@ module Aws
|
|
2328
2335
|
?if_unmodified_since: ::Time,
|
2329
2336
|
key: ::String,
|
2330
2337
|
?range: ::String,
|
2338
|
+
?response_cache_control: ::String,
|
2339
|
+
?response_content_disposition: ::String,
|
2340
|
+
?response_content_encoding: ::String,
|
2341
|
+
?response_content_language: ::String,
|
2342
|
+
?response_content_type: ::String,
|
2343
|
+
?response_expires: ::Time,
|
2331
2344
|
?version_id: ::String,
|
2332
2345
|
?sse_customer_algorithm: ::String,
|
2333
2346
|
?sse_customer_key: ::String,
|
@@ -2346,6 +2359,12 @@ module Aws
|
|
2346
2359
|
?if_unmodified_since: ::Time,
|
2347
2360
|
key: ::String,
|
2348
2361
|
?range: ::String,
|
2362
|
+
?response_cache_control: ::String,
|
2363
|
+
?response_content_disposition: ::String,
|
2364
|
+
?response_content_encoding: ::String,
|
2365
|
+
?response_content_language: ::String,
|
2366
|
+
?response_content_type: ::String,
|
2367
|
+
?response_expires: ::Time,
|
2349
2368
|
?version_id: ::String,
|
2350
2369
|
?sse_customer_algorithm: ::String,
|
2351
2370
|
?sse_customer_key: ::String,
|
data/sig/object.rbs
CHANGED
@@ -397,6 +397,12 @@ module Aws
|
|
397
397
|
?if_none_match: ::String,
|
398
398
|
?if_unmodified_since: ::Time,
|
399
399
|
?range: ::String,
|
400
|
+
?response_cache_control: ::String,
|
401
|
+
?response_content_disposition: ::String,
|
402
|
+
?response_content_encoding: ::String,
|
403
|
+
?response_content_language: ::String,
|
404
|
+
?response_content_type: ::String,
|
405
|
+
?response_expires: ::Time,
|
400
406
|
?version_id: ::String,
|
401
407
|
?sse_customer_algorithm: ::String,
|
402
408
|
?sse_customer_key: ::String,
|
data/sig/object_version.rbs
CHANGED
@@ -102,6 +102,12 @@ module Aws
|
|
102
102
|
?if_none_match: ::String,
|
103
103
|
?if_unmodified_since: ::Time,
|
104
104
|
?range: ::String,
|
105
|
+
?response_cache_control: ::String,
|
106
|
+
?response_content_disposition: ::String,
|
107
|
+
?response_content_encoding: ::String,
|
108
|
+
?response_content_language: ::String,
|
109
|
+
?response_content_type: ::String,
|
110
|
+
?response_expires: ::Time,
|
105
111
|
?sse_customer_algorithm: ::String,
|
106
112
|
?sse_customer_key: ::String,
|
107
113
|
?sse_customer_key_md5: ::String,
|
data/sig/resource.rbs
CHANGED
data/sig/types.rbs
CHANGED
@@ -1132,6 +1132,12 @@ module Aws::S3
|
|
1132
1132
|
attr_accessor if_unmodified_since: ::Time
|
1133
1133
|
attr_accessor key: ::String
|
1134
1134
|
attr_accessor range: ::String
|
1135
|
+
attr_accessor response_cache_control: ::String
|
1136
|
+
attr_accessor response_content_disposition: ::String
|
1137
|
+
attr_accessor response_content_encoding: ::String
|
1138
|
+
attr_accessor response_content_language: ::String
|
1139
|
+
attr_accessor response_content_type: ::String
|
1140
|
+
attr_accessor response_expires: ::Time
|
1135
1141
|
attr_accessor version_id: ::String
|
1136
1142
|
attr_accessor sse_customer_algorithm: ::String
|
1137
1143
|
attr_accessor sse_customer_key: ::String
|
data/sig/waiters.rbs
CHANGED
@@ -43,6 +43,12 @@ module Aws
|
|
43
43
|
?if_unmodified_since: ::Time,
|
44
44
|
key: ::String,
|
45
45
|
?range: ::String,
|
46
|
+
?response_cache_control: ::String,
|
47
|
+
?response_content_disposition: ::String,
|
48
|
+
?response_content_encoding: ::String,
|
49
|
+
?response_content_language: ::String,
|
50
|
+
?response_content_type: ::String,
|
51
|
+
?response_expires: ::Time,
|
46
52
|
?version_id: ::String,
|
47
53
|
?sse_customer_algorithm: ::String,
|
48
54
|
?sse_customer_key: ::String,
|
@@ -67,6 +73,12 @@ module Aws
|
|
67
73
|
?if_unmodified_since: ::Time,
|
68
74
|
key: ::String,
|
69
75
|
?range: ::String,
|
76
|
+
?response_cache_control: ::String,
|
77
|
+
?response_content_disposition: ::String,
|
78
|
+
?response_content_encoding: ::String,
|
79
|
+
?response_content_language: ::String,
|
80
|
+
?response_content_type: ::String,
|
81
|
+
?response_expires: ::Time,
|
70
82
|
?version_id: ::String,
|
71
83
|
?sse_customer_algorithm: ::String,
|
72
84
|
?sse_customer_key: ::String,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.156.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-kms
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '1.
|
33
|
+
version: '1.5'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '1.
|
40
|
+
version: '1.5'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: aws-sdk-core
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,7 +47,7 @@ dependencies:
|
|
47
47
|
version: '3'
|
48
48
|
- - ">="
|
49
49
|
- !ruby/object:Gem::Version
|
50
|
-
version: 3.
|
50
|
+
version: 3.201.0
|
51
51
|
type: :runtime
|
52
52
|
prerelease: false
|
53
53
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -57,7 +57,7 @@ dependencies:
|
|
57
57
|
version: '3'
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
|
-
version: 3.
|
60
|
+
version: 3.201.0
|
61
61
|
description: Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3).
|
62
62
|
This gem is part of the AWS SDK for Ruby.
|
63
63
|
email:
|