Skip to content

fix(rust, python): fixed differences in storage options between log and object stores#2500

Merged
ion-elgreco merged 4 commits intodelta-io:mainfrom
mightyshazam:fix-aws-region-imds
May 15, 2024
Merged

fix(rust, python): fixed differences in storage options between log and object stores#2500
ion-elgreco merged 4 commits intodelta-io:mainfrom
mightyshazam:fix-aws-region-imds

Conversation

@mightyshazam
Copy link
Copy Markdown
Contributor

The object store changes the keys used for creating the s3 options, while the log store does not. The difference between the two, and their usage together was causing some weird fallback behavior in the AWS SDK that invoked the IMDS service despite explicitly disabling it in multiple places. This fix handles the potentially different casing along with passing the options unmolested. It should stop any future, unwanted, IMDS behavior

Description

The description of the main changes of your pull request

Related Issue(s)

Documentation

…nd object stores causing divergent dynamodb behavior
@github-actions github-actions bot added the binding/rust Issues for the Rust crate label May 11, 2024
@mightyshazam mightyshazam force-pushed the fix-aws-region-imds branch from a03d328 to 2a3cdc8 Compare May 12, 2024 11:01
@rtyler rtyler enabled auto-merge (rebase) May 13, 2024 18:35
@ion-elgreco ion-elgreco disabled auto-merge May 15, 2024 05:53
@ion-elgreco ion-elgreco enabled auto-merge (squash) May 15, 2024 05:53
@ion-elgreco ion-elgreco merged commit f11f9bb into delta-io:main May 15, 2024
@mightyshazam mightyshazam deleted the fix-aws-region-imds branch June 7, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

binding/rust Issues for the Rust crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

S3 object store always returns IMDS warnings

3 participants