aws-sdk-s3outposts 1.8.0 → 1.9.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-s3outposts/client.rb +4 -2
- data/lib/aws-sdk-s3outposts.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 56a17a7a0cc88f02c0ef7a541cf7502be0b277c69cd176f18020b6aa970cd951
|
4
|
+
data.tar.gz: 1c95c78876b1a911d6cd82a317cdee1207722179aa5c50561f170c18499f7319
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d59098587036deea589de8b4efecb8b6d851a09df7416a6a1751b2c7361fa6319ac23b76d8205d1941f50e80aa461cefc52d02aa1452f48d0f68e227cb79ee79
|
7
|
+
data.tar.gz: 19918e56a8ee9c7590275dff90dbd303c5c20c4497d55ec2640c49d948c17c13e5952650d6511208f25b287508417b4562f005f930f7a569408fce01454ef655
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.9.0
|
@@ -119,7 +119,9 @@ module Aws::S3Outposts
|
|
119
119
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
120
120
|
# are very aggressive. Construct and pass an instance of
|
121
121
|
# `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
|
122
|
-
# enable retries and extended timeouts.
|
122
|
+
# enable retries and extended timeouts. Instance profile credential
|
123
|
+
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
124
|
+
# to true.
|
123
125
|
#
|
124
126
|
# @option options [required, String] :region
|
125
127
|
# The AWS region to connect to. The configured `:region` is
|
@@ -541,7 +543,7 @@ module Aws::S3Outposts
|
|
541
543
|
params: params,
|
542
544
|
config: config)
|
543
545
|
context[:gem_name] = 'aws-sdk-s3outposts'
|
544
|
-
context[:gem_version] = '1.
|
546
|
+
context[:gem_version] = '1.9.0'
|
545
547
|
Seahorse::Client::Request.new(handlers, context)
|
546
548
|
end
|
547
549
|
|
data/lib/aws-sdk-s3outposts.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-s3outposts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.9.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: 2021-11-
|
11
|
+
date: 2021-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|