Path to this page: ./
www/ruby-aws-sdk-s3,
AWS SDK for Ruby - Amazon S3
Branch: CURRENT,
Version: 1.216.0,
Package name: ruby33-aws-sdk-s3-1.216.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: 557.5 KB
Version history: (Expand)
- (2026-03-15) Updated to version: ruby33-aws-sdk-s3-1.216.0
- (2026-03-07) Updated to version: ruby33-aws-sdk-s3-1.215.0
- (2026-02-02) Updated to version: ruby32-aws-sdk-s3-1.213.0
- (2026-01-18) Updated to version: ruby32-aws-sdk-s3-1.212.0
- (2025-11-03) Updated to version: ruby32-aws-sdk-s3-1.202.0
- (2025-09-15) Updated to version: ruby32-aws-sdk-s3-1.199.0
CVS history: (Expand)
2026-03-15 16:40:31 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.216.0 1.216.0 (2026-03-12) * Feature - Adds support for account regional namespaces for general purpose buckets. The account regional namespace is a reserved subdivision of the global bucket namespace where only your account can create general purpose buckets. |
2026-03-07 14:50:36 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message: www/ruby-aws-sdk-core: update to 3.243.0 3.243.0 (2026-03-05) * Feature - Add user agent metrics for S3 Transfer Manager directory operations. |
2026-02-02 16:15:05 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.213.0 1.213.0 (2026-01-28) * Feature - Adds support for the UpdateObjectEncryption API to change the server-side encryption type of objects in general purpose buckets. |
2026-01-18 15:48:00 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.212.0 1.212.0 (2026-01-16) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's \ CHANGELOG.md for details. 1.211.0 (2026-01-08) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's \ CHANGELOG.md for details. * Issue - Falls back to header request checksums when using custom endpoints or \ endpoint providers for PutObject and UploadPart operations. 1.210.1 (2026-01-06) * Issue - Normalize response encoding to UTF-8 for proper XML error parsing in HTTP 200 responses. 1.210.0 (2026-01-05) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details. * Feature - Added :http_chunk_size parameter to TransferManager#upload_file to control the buffer size when streaming request bodies over HTTP. Larger chunk sizes may improve network throughput at the cost of higher memory usage (Ruby MRI only). * Feature - Improved memory efficiency when calculating request checksums for large file uploads (Ruby MRI only). 1.209.0 (2025-12-23) * Feature - Add additional validation to Outpost bucket names. 1.208.0 (2025-12-16) * Feature - Updates to the S3 Encryption Client. The V3 S3 Encryption Client now requires key committing algorithm suites by default. 1.207.0 (2025-12-15) * Feature - This release adds support for the new optional field 'LifecycleExpirationDate' in S3 Inventory configurations. 1.206.0 (2025-12-02) * Feature - New S3 Storage Class FSX_ONTAP 1.205.0 (2025-11-20) * Feature - Enable / Disable ABAC on a general purpose bucket. 1.204.0 (2025-11-19) * Feature - Adds support for blocking SSE-C writes to general purpose buckets. 1.203.1 (2025-11-10) * Issue - Deprecated :checksum_mode parameter in FileDownloader#download. When set to "DISABLED", a deprecation warning is issued and the parameter is ignored. Use :response_checksum_validation on the S3 client instead to control checksum validation behavior. 1.203.0 (2025-11-05) * Feature - Launch IPv6 dual-stack support for S3 Express |
2025-11-03 04:44:03 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.202.0 1.202.0 (2025-10-28) * Feature - Amazon Simple Storage Service / Features: Add conditional writes in CopyObject on destination key to prevent unintended object modifications. 1.201.0 (2025-10-21) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details. * Issue - Fix multipart upload to respect request_checksum_calculation when_required mode. 1.200.0 (2025-10-15) * Feature - Add lightweight thread pool executor for multipart download_file, upload_file and upload_stream. * Feature - Add custom executor support for Aws::S3::TransferManager. 1.199.1 (2025-09-25) * Issue - Update TransferManager#download_file and Object#download_file documentation regarding temporary file usage and failure handling for different destination types. |
2025-09-15 16:38:24 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.199.0 1.199.0 (2025-09-08) * Feature - This release includes backward compatibility work on the "Expires" parameter. |
2025-08-31 16:15:23 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.198.0 1.198.0 (2025-08-26) * Feature - Code Generated Changes, see ./build_tools or aws-sdk-core's CHANGELOG.md for details. * Issue - Fix multipart download_file to support Pathname, File and Tempfile objects as download destinations. |
2025-08-24 15:50:48 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message: www/ruby-aws-sdk-s3: update to 1.197.0 1.197.0 (2025-08-19) * Issue - When multipart stream uploader fails to complete multipart upload, it calls abort multipart upload. * Issue - For Aws::S3::Object class, the following methods have been deprecated: download_file, upload_file and upload_stream. Use Aws::S3::TransferManager instead. * Feature - Add Aws::S3::TransferManager, a S3 transfer utility that provides upload/download capabilities with automatic multipart handling, progress tracking, and handling of large files. |