Path to this page:
./
www/ruby-aws-sdk-s3,
AWS SDK for Ruby - Amazon S3
Branch: CURRENT,
Version: 1.169.0,
Package name: ruby32-aws-sdk-s3-1.169.0,
Maintainer: pkgsrc-usersOfficial AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This
gem is part of the AWS SDK for Ruby.
Master sites:
Filesize: 467 KB
Version history: (Expand)
- (2024-10-21) Updated to version: ruby32-aws-sdk-s3-1.169.0
- (2024-10-13) Updated to version: ruby32-aws-sdk-s3-1.167.0
- (2024-09-22) Updated to version: ruby32-aws-sdk-s3-1.164.0
- (2024-09-15) Updated to version: ruby32-aws-sdk-s3-1.162.0
- (2024-07-13) Updated to version: ruby32-aws-sdk-s3-1.156.0
- (2024-06-30) Updated to version: ruby32-aws-sdk-s3-1.155.0
CVS history: (Expand)
2024-04-07 17:14:12 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.146.1
1.146.1 (2024-03-28)
* Issue - Fix bug where thread_count option was not being respected for
multipart uploads.
1.146.0 (2024-03-18)
* Feature - Fix two issues with response root node names.
1.145.0 (2024-03-15)
* Feature - Documentation updates for Amazon S3.
1.144.0 (2024-03-13)
* Feature - This release makes the default option for S3 on Outposts request
signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).
1.143.1 (2024-03-12)
* Issue - Include original part errors in message when aborting multipart
upload fails (#2990).
|
2024-03-24 15:41:40 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.146.0
1.146.0 (2024-03-18)
* Feature - Fix two issues with response root node names.
1.145.0 (2024-03-15)
* Feature - Documentation updates for Amazon S3.
1.144.0 (2024-03-13)
* Feature - This release makes the default option for S3 on Outposts request
signing to use the SigV4A algorithm when using AWS Common Runtime (CRT).
1.143.1 (2024-03-12)
* Issue - Include original part errors in message when aborting multipart
upload fails (#2990).
|
2024-02-04 07:42:14 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
www/ruby-aws-sdk-s3: udpate to 1.413.0
1.143.0 (2024-01-26)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
|
2024-01-07 16:52:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.142.0
1.142.0 (2023-12-22)
* Feature - Added additional examples for some operations.
|
2023-12-17 17:17:18 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.141.0
1.141.0 (2023-11-28)
* Feature - Adds support for S3 Express One Zone.
* Feature - Support S3 Express authentication and endpoints. Express session
auth can be disabled with the disable_s3_express_session_auth Client
option, the AWS_S3_DISABLE_EXPRESS_SESSION_AUTH environment variable, and
the s3_disable_express_session_auth shared config option. A custom
express_credentials_provider can be configured onto the Client.
1.140.0 (2023-11-27)
* Feature - Adding new params - Key and Prefix, to S3 API operations for
supporting S3 Access Grants. Note - These updates will not change any of
the existing S3 API functionality.
* Issue - Fix thread interruptions in multipart download_file, file_uploader
and stream_uploader (#2944).
1.139.0 (2023-11-22)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
1.138.0 (2023-11-21)
* Feature - Add support for automatic date based partitioning in S3 Server
Access Logs.
1.137.0 (2023-11-17)
* Feature - Removes all default 0 values for numbers and false values for
booleans
|
2023-10-08 18:20:13 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.136.0
1.136.0 (2023-09-26)
* Feature - This release adds a new field COMPLETED to the ReplicationStatus
Enum. You can now use this field to validate the replication status of S3
objects using the AWS SDK.
1.135.0 (2023-09-20)
* Feature - Fix an issue where the SDK can fail to unmarshall response due
to NumberFormatException.
|
2023-08-26 16:58:37 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.134.0
1.134.0 (2023-08-24)
* Feature - Updates to endpoint ruleset tests to address Smithy validation
issues.
1.133.0 (2023-08-22)
* Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's
CHANGELOG.md for details.
* Feature - Add support for progress_callback in Object#download_file and
improve multi-threaded performance #(2901).
|
2023-08-11 13:32:02 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
www/ruby-aws-sdk-s3: update to 1.132.1
1.132.1 (2023-08-09)
* Issue - Add support for disabling checksum validation in
Object#download_file (#2893).
|