-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency aws-sdk-s3 to v1.182.0 #301
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/aws-sdk-s3-1.x-lockfile
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
257c3b5
to
b2f91dd
Compare
b2f91dd
to
eb4fc80
Compare
eb4fc80
to
e25b5f4
Compare
e25b5f4
to
b0d5bc4
Compare
b0d5bc4
to
62790cb
Compare
62790cb
to
af86bf9
Compare
af86bf9
to
96d1e0e
Compare
96d1e0e
to
1d04143
Compare
1d04143
to
b318eaf
Compare
b318eaf
to
5856586
Compare
5856586
to
7b6472a
Compare
7b6472a
to
f8f68a7
Compare
9fa5ac0
to
f7ea81f
Compare
f7ea81f
to
99b3941
Compare
99b3941
to
24881da
Compare
24881da
to
285e7b3
Compare
285e7b3
to
086e4e9
Compare
086e4e9
to
8450ea8
Compare
8450ea8
to
d40f82f
Compare
d40f82f
to
7451bc5
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.104.0
->1.182.0
Release Notes
aws/aws-sdk-ruby (aws-sdk-s3)
v1.182.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.181.0
v1.180.0
v1.179.0
v1.178.0
Feature - This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
Feature - Default to using
CRC32
checksum validation for S3 uploads and downloads.v1.177.0
v1.176.1
presigned_url
orpresigned_request
.v1.176.0
v1.175.0
v1.174.0
v1.173.0
v1.172.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.171.0
v1.170.1
v1.170.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.169.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.168.0
v1.167.0
v1.166.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.165.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.164.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.163.0
v1.162.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.161.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.160.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.159.0
v1.158.0
v1.157.0
head_bucket
,get_object_attributes
,delete_objects
, andcopy_object
for Access Grants.v1.156.0
v1.155.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.154.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.153.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.152.3
v1.152.2
v1.152.1
v1.152.0
v1.151.0
v1.150.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.149.1
v1.149.0
Feature - Support S3 Access Grants authentication. Access Grants can be enabled with the
access_grants
option, and custom options can be passed into theaccess_grants_credentials_provider
option. This feature requiresaws-sdk-s3control
to be installed.Feature - Add RBS signatures for customizations of S3.
v1.148.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.147.0
Feature - Code Generated Changes, see
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Issue - Omit
ContentType
plugin when generating presigned url.v1.146.1
v1.146.0
v1.145.0
v1.144.0
v1.143.1
v1.143.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.142.0
v1.141.0
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, theAWS_S3_DISABLE_EXPRESS_SESSION_AUTH
environment variable, and thes3_disable_express_session_auth
shared config option. A customexpress_credentials_provider
can be configured onto the Client.v1.140.0
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
andstream_uploader
(#2944).v1.139.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.138.0
v1.137.0
v1.136.0
v1.135.0
v1.134.0
v1.133.0
Feature - Code Generated Changes, see
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Feature - Add support for
progress_callback
inObject#download_file
and improve multi-threaded performance #(2901).v1.132.1
Object#download_file
(#2893).v1.132.0
Feature - Code Generated Changes, see
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Feature - Add support for verifying checksums in FileDownloader.
v1.131.0
v1.130.0
Feature - S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
Feature - Allow Object multipart copy API to work when requiring a checksum algorithm.
Feature - Allow Object multipart copy API to optionally copy parts as they exist on the source object if it has parts, instead of generating new part ranges, when specifying
use_source_parts: true
.v1.129.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.128.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.127.0
Feature - The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
Feature - Select minimum expiration time for presigned urls between the expiration time option and the credential expiration time.
v1.126.0
v1.125.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.124.0
v1.123.2
v1.123.1
download_file
so that it does not download bytes out of range (#2859).v1.123.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.122.0
v1.121.0
v1.120.1
#check_for_cached_region
if custom endpoint providedv1.120.0
v1.119.2
endpoint
andbucket
attributes onAws::S3::Errors::PermanentRedirect
error objects.v1.119.1
v1.119.0
v1.118.0
Feature - Code Generated Changes, see
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Issue - Replace runtime endpoint resolution approach with generated ruby code.
v1.117.2
MultipartStreamUploader
(#2793).v1.117.1
presigned_url
(#2776).v1.117.0
Feature - Code Generated Changes, see
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Issue - Apply checksums to MultipartStreamUploader (#2769).
v1.116.0
v1.115.0
v1.114.0
v1.113.2
ExpiredToken
errors were retried as if the request was from another region.v1.113.1
v1.113.0
v1.112.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.111.3
PresignedPost
(#2636).v1.111.2
v1.111.1
upload_file
when:thread_count
is set. (#2628)v1.111.0
v1.110.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.v1.109.0
v1.108.0
v1.107.0
v1.106.0
presigned_request
method toAws::S3::Object
.v1.105.1
use_fips_endpoint
is used withuse_accelerate_endpoint
.v1.105.0
./build_tools
oraws-sdk-core
's CHANGELOG.md for details.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.