aws-sdk-s3 1.28.0 → 1.29.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f11309286c6a4419584e8354fd858a38a27d1bf0
4
- data.tar.gz: 01af8d883dfa9855230f500c13273858297dfb19
3
+ metadata.gz: bca0b2979a485f10044d06c8cb7fffdf5e33b1e7
4
+ data.tar.gz: 5781bd349fe509743f076845173d70eadab51650
5
5
  SHA512:
6
- metadata.gz: 92abd2658927eea4b2d95fa7f8999846638cf6474d12cef317d795c8070742e9661e178d2bc2746b00f04fdcaeb94fd1e77aaba8eb807fd5d19cab2397c4ff00
7
- data.tar.gz: d9954688a3f18f313af612c7ee58cf38509b99e2aef3376e2ef0d1b5604b6a43417454a2371bc7c92ca7fb4c3c28f740d9050ab0781d845a6dfeaa29223e0b33
6
+ metadata.gz: 6dde5eaa19a0f84272b46bb9db077ddf4f3457beb1c5b0c79f2314d0383de085643d46fb6f3ec9452bd5e4bebe33e8805a4b6153b8e9e221d06c673f3a868bbf
7
+ data.tar.gz: b92381c175dfa721b5bf9c77c009284a3d0dc6739a441cdde149b4f1714d22dd6e6d68079a2dce7bbc3a82bf1d6d18c0de84f7548d6e9e51a820e4d1f541ed1a
@@ -63,6 +63,6 @@ require_relative 'aws-sdk-s3/event_streams'
63
63
  # @service
64
64
  module Aws::S3
65
65
 
66
- GEM_VERSION = '1.28.0'
66
+ GEM_VERSION = '1.29.0'
67
67
 
68
68
  end
@@ -1296,6 +1296,8 @@ module Aws::S3
1296
1296
  # http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
1297
1297
  #
1298
1298
  # @option params [Boolean] :bypass_governance_retention
1299
+ # Indicates whether S3 Object Lock should bypass Governance-mode
1300
+ # restrictions to process this operation.
1299
1301
  #
1300
1302
  # @return [Types::DeleteObjectOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1301
1303
  #
@@ -5989,7 +5991,7 @@ module Aws::S3
5989
5991
  # The version ID of the object that you want to place a Legal Hold on.
5990
5992
  #
5991
5993
  # @option params [String] :content_md5
5992
- # The MD5 signature for the configuration included in your request.
5994
+ # The MD5 hash for the request body.
5993
5995
  #
5994
5996
  # @return [Types::PutObjectLegalHoldOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5995
5997
  #
@@ -6043,7 +6045,7 @@ module Aws::S3
6043
6045
  # @option params [String] :token
6044
6046
  #
6045
6047
  # @option params [String] :content_md5
6046
- # The MD5 signature for the configuration included in your request.
6048
+ # The MD5 hash for the request body.
6047
6049
  #
6048
6050
  # @return [Types::PutObjectLockConfigurationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6049
6051
  #
@@ -6106,9 +6108,11 @@ module Aws::S3
6106
6108
  # Retention configuration to.
6107
6109
  #
6108
6110
  # @option params [Boolean] :bypass_governance_retention
6111
+ # Indicates whether this operation should bypass Governance-mode
6112
+ # restrictions.j
6109
6113
  #
6110
6114
  # @option params [String] :content_md5
6111
- # The MD5 signature for the configuration included in your request.
6115
+ # The MD5 hash for the request body.
6112
6116
  #
6113
6117
  # @return [Types::PutObjectRetentionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6114
6118
  #
@@ -6986,7 +6990,7 @@ module Aws::S3
6986
6990
  params: params,
6987
6991
  config: config)
6988
6992
  context[:gem_name] = 'aws-sdk-s3'
6989
- context[:gem_version] = '1.28.0'
6993
+ context[:gem_version] = '1.29.0'
6990
6994
  Seahorse::Client::Request.new(handlers, context)
6991
6995
  end
6992
6996
 
@@ -592,6 +592,8 @@ module Aws::S3
592
592
  # buckets can be found at
593
593
  # http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
594
594
  # @option options [Boolean] :bypass_governance_retention
595
+ # Indicates whether S3 Object Lock should bypass Governance-mode
596
+ # restrictions to process this operation.
595
597
  # @return [Types::DeleteObjectOutput]
596
598
  def delete(options = {})
597
599
  options = options.merge(
@@ -417,6 +417,8 @@ module Aws::S3
417
417
  # buckets can be found at
418
418
  # http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
419
419
  # @option options [Boolean] :bypass_governance_retention
420
+ # Indicates whether S3 Object Lock should bypass Governance-mode
421
+ # restrictions to process this operation.
420
422
  # @return [Types::DeleteObjectOutput]
421
423
  def delete(options = {})
422
424
  options = options.merge(
@@ -238,6 +238,8 @@ module Aws::S3
238
238
  # buckets can be found at
239
239
  # http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
240
240
  # @option options [Boolean] :bypass_governance_retention
241
+ # Indicates whether S3 Object Lock should bypass Governance-mode
242
+ # restrictions to process this operation.
241
243
  # @return [Types::DeleteObjectOutput]
242
244
  def delete(options = {})
243
245
  options = options.merge(
@@ -14,6 +14,7 @@ module Aws
14
14
  :put_bucket_policy,
15
15
  :put_bucket_tagging,
16
16
  :put_object_legal_hold,
17
+ :put_object_lock_configuration,
17
18
  :put_object_retention
18
19
  ]
19
20
 
@@ -1997,6 +1997,8 @@ module Aws::S3
1997
1997
  # @return [String]
1998
1998
  #
1999
1999
  # @!attribute [rw] bypass_governance_retention
2000
+ # Indicates whether S3 Object Lock should bypass Governance-mode
2001
+ # restrictions to process this operation.
2000
2002
  # @return [Boolean]
2001
2003
  #
2002
2004
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteObjectRequest AWS API Documentation
@@ -3237,6 +3239,9 @@ module Aws::S3
3237
3239
  # @return [Time]
3238
3240
  #
3239
3241
  # @!attribute [rw] object_lock_legal_hold_status
3242
+ # Indicates whether this object has an active legal hold. This field
3243
+ # is only returned if you have permission to view an object's legal
3244
+ # hold status.
3240
3245
  # @return [String]
3241
3246
  #
3242
3247
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectOutput AWS API Documentation
@@ -6041,7 +6046,7 @@ module Aws::S3
6041
6046
  # }
6042
6047
  #
6043
6048
  # @!attribute [rw] object_lock_enabled
6044
- # Indicates whether this object has an Object Lock configuration
6049
+ # Indicates whether this bucket has an Object Lock configuration
6045
6050
  # enabled.
6046
6051
  # @return [String]
6047
6052
  #
@@ -6092,6 +6097,7 @@ module Aws::S3
6092
6097
  # @return [String]
6093
6098
  #
6094
6099
  # @!attribute [rw] retain_until_date
6100
+ # The date on which this Object Lock Retention will expire.
6095
6101
  # @return [Time]
6096
6102
  #
6097
6103
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/ObjectLockRetention AWS API Documentation
@@ -7508,7 +7514,7 @@ module Aws::S3
7508
7514
  # @return [String]
7509
7515
  #
7510
7516
  # @!attribute [rw] content_md5
7511
- # The MD5 signature for the configuration included in your request.
7517
+ # The MD5 hash for the request body.
7512
7518
  # @return [String]
7513
7519
  #
7514
7520
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutObjectLegalHoldRequest AWS API Documentation
@@ -7577,7 +7583,7 @@ module Aws::S3
7577
7583
  # @return [String]
7578
7584
  #
7579
7585
  # @!attribute [rw] content_md5
7580
- # The MD5 signature for the configuration included in your request.
7586
+ # The MD5 hash for the request body.
7581
7587
  # @return [String]
7582
7588
  #
7583
7589
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutObjectLockConfigurationRequest AWS API Documentation
@@ -7917,10 +7923,12 @@ module Aws::S3
7917
7923
  # @return [String]
7918
7924
  #
7919
7925
  # @!attribute [rw] bypass_governance_retention
7926
+ # Indicates whether this operation should bypass Governance-mode
7927
+ # restrictions.j
7920
7928
  # @return [Boolean]
7921
7929
  #
7922
7930
  # @!attribute [rw] content_md5
7923
- # The MD5 signature for the configuration included in your request.
7931
+ # The MD5 hash for the request body.
7924
7932
  # @return [String]
7925
7933
  #
7926
7934
  # @see http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/PutObjectRetentionRequest AWS API Documentation
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.28.0
4
+ version: 1.29.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: 2018-11-29 00:00:00.000000000 Z
11
+ date: 2018-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-kms