File rubygem-aws-sdk-s3.changes of Package rubygem-aws-sdk-s3

-------------------------------------------------------------------
Fri Oct 28 04:51:19 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.117.1
 see installed CHANGELOG.md

  1.117.1 (2022-10-26)
  ------------------
  
  * Issue - Fix custom endpoint and port regression with `presigned_url` (#2776).
  
  1.117.0 (2022-10-25)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  * Issue - Apply checksums to MultipartStreamUploader (#2769).
  
  1.116.0 (2022-10-21)
  ------------------
  
  * Feature - S3 on Outposts launches support for automatic bucket-style alias. You can use the automatic access point alias instead of an access point ARN for any object-level operation in an Outposts bucket.
  
  1.115.0 (2022-10-19)
  ------------------
  
  * Feature - Updates internal logic for constructing API endpoints. We have added rule-based endpoints and internal model parameters.
  

-------------------------------------------------------------------
Thu Aug  4 12:58:42 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.114.0
 see installed CHANGELOG.md

  1.114.0 (2022-05-03)
  ------------------
  
  * Feature - Documentation only update for doc bug fixes for the S3 API docs.
  

-------------------------------------------------------------------
Thu Apr 28 05:20:44 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.113.2
 see installed CHANGELOG.md

  1.113.2 (2022-04-26)
  ------------------
  
  * Issue - Fix an issue where `ExpiredToken` errors were retried as if the request was from another region.
  
  1.113.1 (2022-04-25)
  ------------------
  
  * Issue - Rewind the underlying file on a streaming retry that is not a truncated body (#2692).
  

-------------------------------------------------------------------
Thu Mar  3 08:18:33 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.113.0
 see installed CHANGELOG.md

  1.113.0 (2022-02-24)
  ------------------
  
  * Feature - This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
  

-------------------------------------------------------------------
Tue Feb 15 07:22:55 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.112.0
 see installed CHANGELOG.md

  1.112.0 (2022-02-03)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  

-------------------------------------------------------------------
Tue Jan 25 06:38:19 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.111.3
 see installed CHANGELOG.md

  1.111.3 (2022-01-24)
  ------------------
  
  * Issue - Fix starts_with fields on `PresignedPost` (#2636).
  
  1.111.2 (2022-01-20)
  ------------------
  
  * Issue - Minor cleanups.
  
  1.111.1 (2022-01-06)
  ------------------
  
  * Issue - Don't fail small files in `upload_file` when `:thread_count` is set. (#2628)
  
  1.111.0 (2022-01-04)
  ------------------
  
  * Feature - Minor doc-based updates based on feedback bugs received.
  
  1.110.0 (2021-12-21)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.109.0 (2021-11-30)
  ------------------
  
  * Feature - Introduce Amazon S3 Glacier Instant Retrieval storage class and a new setting in S3 Object Ownership to disable ACLs for bucket and the objects in it.
  
  1.108.0 (2021-11-29)
  ------------------
  
  * Feature - Amazon S3 Event Notifications adds Amazon EventBridge as a destination and supports additional event types. The PutBucketNotificationConfiguration API can now skip validation of Amazon SQS, Amazon SNS and AWS Lambda destinations.
  
  1.107.0 (2021-11-23)
  ------------------
  
  * Feature - Introduce two new Filters to S3 Lifecycle configurations - ObjectSizeGreaterThan and ObjectSizeLessThan. Introduce a new way to trigger actions on noncurrent versions by providing the number of newer noncurrent versions along with noncurrent days.
  
  1.106.0 (2021-11-17)
  ------------------
  
  * Feature - Add `presigned_request` method to `Aws::S3::Object`.
  
  1.105.1 (2021-11-05)
  ------------------
  
  * Issue - Raise error when `use_fips_endpoint` is used with `use_accelerate_endpoint`.
  
  1.105.0 (2021-11-04)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.104.0 (2021-10-18)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.103.0 (2021-09-16)
  ------------------
  
  * Feature - Add support for access point arn filtering in S3 CW Request Metrics
  
  1.102.0 (2021-09-02)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.101.0 (2021-09-01)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.100.0 (2021-08-27)
  ------------------
  
  * Feature - Documentation updates for Amazon S3.
  
  1.99.0 (2021-08-16)
  ------------------
  
  * Feature - Documentation updates for Amazon S3
  
  1.98.0 (2021-07-30)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  
  1.97.0 (2021-07-28)
  ------------------
  
  * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
  

-------------------------------------------------------------------
Mon Jul 26 05:47:34 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.96.2
 see installed CHANGELOG.md

  1.96.2 (2021-07-20)
  ------------------
  
  * Issue - Fix file downloading edge case for 1 byte multipart ranges (#2561).
  

-------------------------------------------------------------------
Thu Jun 24 17:03:44 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.96.1
 see installed CHANGELOG.md

  1.96.1 (2021-06-10)
  ------------------
  
  * Issue - fix GetBucketLocation location_constraint XML parsing (#2536)
  

-------------------------------------------------------------------
Sun Jun  6 05:08:26 UTC 2021 - Matthew Trescott <matthewtrescott@gmail.com>

updated to version 1.96.0

1.96.0 (2021-06-03)
    Feature - S3 Inventory now supports Bucket Key Status
1.95.1 (2021-05-24)
    Issue - Raise an error when FIPS is in the ARN’s region for Access Point and Object Lambda.
1.95.0 (2021-05-21)
    Feature - Documentation updates for Amazon S3
1.94.1 (2021-05-05)
    Issue - Expose presigned request status to the request handler stack #2513
1.94.0 (2021-04-27)
    Feature - Allow S3 Presigner to sign non http verbs like (upload_part, multipart_upload_abort, etc.) #2511
1.93.1 (2021-04-12)
    Issue - Fix FIPS and global endpoint behavior for S3 ARNs.
    Issue - Increases multipart_threshold default from 15 megabytes to 100 megabytes.
1.93.0 (2021-03-24)
    Feature - Documentation updates for Amazon S3
1.92.0 (2021-03-18)
    Feature - S3 Object Lambda is a new S3 feature that enables users to apply their
    own custom code to process the output of a standard S3
    GET request by automatically invoking a Lambda function with a GET request
    Feature - Support S3 Object Lambda ARNs in the bucket: parameter.
1.91.0 (2021-03-10)
    Feature - Adding ID element to the CORSRule schema
1.90.0 (2021-03-08)
    Feature - Amazon S3 Documentation updates
1.89.0 (2021-02-26)
    Feature - Add RequestPayer to GetObjectTagging and PutObjectTagging.
1.88.2 (2021-02-25)
    Issue - Support https in Object#public_url for virtual_host. (#1389)
    Issue - Fix an issue with the IAD regional endpoint plugin removing us-east-1 from custom endpoints.
1.88.1 (2021-02-12)
    Issue - Fixed an issue with some plugins expecting #size to exist on a request body for streaming IO.
1.88.0 (2021-02-02)
    Feature - Support PrivateLink using the client :endpoint option.
    This patch has a minor behavioral change: a client constructed using
    :use_dualstack_endpoint or :use_accelerate_endpoint and :endpoint will now raise an ArgumentError.
    Issue - Fix a bug where bucket region detection did not work correctly with ARNs.

-------------------------------------------------------------------
Wed Jan 20 12:17:25 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.87.0
  no changelog found

-------------------------------------------------------------------
Fri Sep 25 13:38:21 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated to version 1.81.0
  no changelog found

-------------------------------------------------------------------
Thu May  7 20:23:16 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.64.0
  no changelog found

-------------------------------------------------------------------
Mon Feb 10 14:09:51 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.60.2
  no changelog found

-------------------------------------------------------------------
Sat Sep 21 08:22:44 UTC 2019 - chris@computersalat.de

- initial package 1.48.0
openSUSE Build Service is sponsored by