aws-sdk-s3files 1.1.0 → 1.3.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-s3files/client.rb +6 -8
- data/lib/aws-sdk-s3files.rb +1 -1
- data/sig/client.rbs +5 -5
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c49807f353a3b448700eb86bd790412c353fb4774a8dc844b9a92d5ec87827d
|
|
4
|
+
data.tar.gz: 3d6f27f2110bffc11763bf75a432a1705adc82c6aa68b7a51bb9f878bd1f1cdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '05950898d45adc1ba0d4e250a87db717c7e765e1b83d5a3e40cc4f8ae633393c872d5775e401dd0b1cc05fec25cc6339a7d5855ad45934bd7b55b74bfcefb8d5'
|
|
7
|
+
data.tar.gz: 65833e4edbc510fe71b1fd6e43223092f57748082821d80f70c856fbaf8a38431df73459af900d440a283fb94670b736e9175bc76cb667aa4f4e937b10c92dcb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.3.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.2.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.1.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.3.0
|
|
@@ -199,7 +199,7 @@ module Aws::S3Files
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::S3Files
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -1539,7 +1537,7 @@ module Aws::S3Files
|
|
|
1539
1537
|
tracer: tracer
|
|
1540
1538
|
)
|
|
1541
1539
|
context[:gem_name] = 'aws-sdk-s3files'
|
|
1542
|
-
context[:gem_version] = '1.
|
|
1540
|
+
context[:gem_version] = '1.3.0'
|
|
1543
1541
|
Seahorse::Client::Request.new(handlers, context)
|
|
1544
1542
|
end
|
|
1545
1543
|
|
data/lib/aws-sdk-s3files.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
{
|
|
99
99
|
key: ::String,
|
|
100
100
|
value: ::String
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
],
|
|
103
103
|
file_system_id: ::String,
|
|
104
104
|
?posix_user: {
|
|
@@ -144,7 +144,7 @@ module Aws
|
|
|
144
144
|
{
|
|
145
145
|
key: ::String,
|
|
146
146
|
value: ::String
|
|
147
|
-
}
|
|
147
|
+
}
|
|
148
148
|
],
|
|
149
149
|
?accept_bucket_warning: bool
|
|
150
150
|
) -> _CreateFileSystemResponseSuccess
|
|
@@ -361,12 +361,12 @@ module Aws
|
|
|
361
361
|
prefix: ::String,
|
|
362
362
|
trigger: ("ON_DIRECTORY_FIRST_ACCESS" | "ON_FILE_ACCESS"),
|
|
363
363
|
size_less_than: ::Integer
|
|
364
|
-
}
|
|
364
|
+
}
|
|
365
365
|
],
|
|
366
366
|
expiration_data_rules: Array[
|
|
367
367
|
{
|
|
368
368
|
days_after_last_access: ::Integer
|
|
369
|
-
}
|
|
369
|
+
}
|
|
370
370
|
]
|
|
371
371
|
) -> _PutSynchronizationConfigurationResponseSuccess
|
|
372
372
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutSynchronizationConfigurationResponseSuccess
|
|
@@ -378,7 +378,7 @@ module Aws
|
|
|
378
378
|
{
|
|
379
379
|
key: ::String,
|
|
380
380
|
value: ::String
|
|
381
|
-
}
|
|
381
|
+
}
|
|
382
382
|
]
|
|
383
383
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
384
384
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-s3files
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|