aws-sdk-s3control 1.81.0 → 1.83.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-s3control/client.rb +4 -3
- data/lib/aws-sdk-s3control.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f17aca543dd553ecb6f276bde80f18bd18e788dee2977cf97583d0a45f91a33e
|
4
|
+
data.tar.gz: 559efad4926437f1539730e24851c5c659e1a665fd7f40c9dc452c6505481c09
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42f9bd22a945eee0c7a99ed2fd62d865841e21bc138fe8391ba1a8034b9d7f8d6e18861f98cf2de86eeab68c37f75609640eb2906c50db225ac768a8c9a50f38
|
7
|
+
data.tar.gz: 1f4946b2bf27431c22081854a6b2fec5c6e61bbbe38f99ef8ff6087498b6a57adf7002e44bc923434dc894a28a6d315b387c90a8cb99a3cc84b95604f3171b77
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.83.0 (2024-06-05)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.82.0 (2024-05-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.81.0 (2024-04-25)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.83.0
|
@@ -313,8 +313,9 @@ module Aws::S3Control
|
|
313
313
|
#
|
314
314
|
# @option options [String] :sdk_ua_app_id
|
315
315
|
# A unique and opaque application ID that is appended to the
|
316
|
-
# User-Agent header as app
|
317
|
-
# maximum length of 50.
|
316
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
317
|
+
# maximum length of 50. This variable is sourced from environment
|
318
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
318
319
|
#
|
319
320
|
# @option options [String] :secret_access_key
|
320
321
|
#
|
@@ -7598,7 +7599,7 @@ module Aws::S3Control
|
|
7598
7599
|
params: params,
|
7599
7600
|
config: config)
|
7600
7601
|
context[:gem_name] = 'aws-sdk-s3control'
|
7601
|
-
context[:gem_version] = '1.
|
7602
|
+
context[:gem_version] = '1.83.0'
|
7602
7603
|
Seahorse::Client::Request.new(handlers, context)
|
7603
7604
|
end
|
7604
7605
|
|
data/lib/aws-sdk-s3control.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3control
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.83.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-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.197.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.197.0
|
33
33
|
description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
|
34
34
|
SDK for Ruby.
|
35
35
|
email:
|