aws-sdk-s3 1.9.0 → 1.24.1

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
  SHA1:
3
- metadata.gz: 45344b7320e4213f2e5333ec0b60959fe838e83a
4
- data.tar.gz: 1f4217707ec55a169d92e9fa08708b55f4b8bcda
3
+ metadata.gz: c180025271cef0159bfb3dd17ac07a1cda26d1f1
4
+ data.tar.gz: 5c3542bdd25524546c7f3a7fd22da5176d7a74c6
5
5
  SHA512:
6
- metadata.gz: 00ceffb9ab0ad1b39df77ca876d0b01cb9cb198513d1950b749e6190817ca562859e35592536ba461d90d3bb6a6aeb028fa984b3c1d83757115c774b1ebeec60
7
- data.tar.gz: 4ba88cfc73b97b0d772423dc273b564938a7e9f8b4faa0133474d9666220e3ae562fde76c51be3daef65319097e9e840d34ab20af06fe2ef0fccf10424463da0
6
+ metadata.gz: 562d4f8c89d227dc7881eb63313039e8028e75fc457fdd1ccffdd94464b71ad3984a325c634dc4390cdbacecd2eb21423d51df41fe70392e0a2cb0e031546d13
7
+ data.tar.gz: 11b7975107e91de443e17051ce8fb039b1a48ece499b9e66924081449186f165a1d6bd77c73fd0847b5048fed9fd47bcb1856c55f40e908d075ad3de47fa1c5c
@@ -395,7 +395,7 @@ module Aws::S3
395
395
  # http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html
396
396
  # @option options [String] :tagging
397
397
  # The tag-set for the object. The tag-set must be encoded as URL Query
398
- # parameters
398
+ # parameters. (For example, "Key1=Value1")
399
399
  # @return [Object]
400
400
  def put_object(options = {})
401
401
  options = options.merge(bucket: @name)
@@ -236,8 +236,9 @@ module Aws::S3
236
236
  # })
237
237
  # @param [Hash] options ({})
238
238
  # @option options [required, Types::NotificationConfiguration] :notification_configuration
239
- # Container for specifying the notification configuration of the bucket.
240
- # If this element is empty, notifications are turned off on the bucket.
239
+ # A container for specifying the notification configuration of the
240
+ # bucket. If this element is empty, notifications are turned off for the
241
+ # bucket.
241
242
  # @return [EmptyStructure]
242
243
  def put(options = {})
243
244
  options = options.merge(bucket: @bucket_name)