aws-sdk-s3outposts 1.8.0 → 1.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82c1a9343903e4f78a2d84a46c8aa28f1332678528d2251a4559a92ff3e4a512
4
- data.tar.gz: 2b6efa3bb5aeb917707f7b540e19d7960655317c1ab7b93ba573ad5b8ed75865
3
+ metadata.gz: 56a17a7a0cc88f02c0ef7a541cf7502be0b277c69cd176f18020b6aa970cd951
4
+ data.tar.gz: 1c95c78876b1a911d6cd82a317cdee1207722179aa5c50561f170c18499f7319
5
5
  SHA512:
6
- metadata.gz: 29a32bebafbb15e2a386285cec06de001dba4c651034bc2a055bcf83e89f63a6d93294cdac4403441174c0fe8de8c04abf67eade5c4bb2901ee246f946eb8102
7
- data.tar.gz: c3abddf51ab70e75db2d854f17dbf6000dee1df30b396538542e9f18ab9c9d9163ece8deb6bf204f3986f51dc491145a7ad4a625bf1c9f4d23629666d7851d24
6
+ metadata.gz: d59098587036deea589de8b4efecb8b6d851a09df7416a6a1751b2c7361fa6319ac23b76d8205d1941f50e80aa461cefc52d02aa1452f48d0f68e227cb79ee79
7
+ data.tar.gz: 19918e56a8ee9c7590275dff90dbd303c5c20c4497d55ec2640c49d948c17c13e5952650d6511208f25b287508417b4562f005f930f7a569408fce01454ef655
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.8.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
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.8.0'
546
+ context[:gem_version] = '1.9.0'
545
547
  Seahorse::Client::Request.new(handlers, context)
546
548
  end
547
549
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-s3outposts/customizations'
48
48
  # @!group service
49
49
  module Aws::S3Outposts
50
50
 
51
- GEM_VERSION = '1.8.0'
51
+ GEM_VERSION = '1.9.0'
52
52
 
53
53
  end
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.8.0
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-04 00:00:00.000000000 Z
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