Skip to content
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

fix: newest AWS updates failing on localstack #98

Closed
wants to merge 1 commit into from

Conversation

ChaoticTempest
Copy link
Member

Unsure if this should be merged in or not. The latest AWS sdk dependency updates with node version 1.40 changes the way requests are being sent where localstack will interpret the first item in the path as the bucket since testing with localstack requires s3 in one of the prefixes for the domain name to have virtual hosted? So this change makes into a path based.

For more information, look at related issue in localstack: localstack/localstack#9951

@khorolets not sure if this is working properly on the NEAR node side with actual AWS. Could also make this a parameter to change up the path for localstack testing

@khorolets
Copy link
Member

@ChaoticTempest I see. Since it is pretty common case and related to the localstack usage, can you consider introducing a feature (e.g. localstack or bucket-path) that replaces the "standard" path construction with the localstack-compatible and we can merge it into a code-base with no issues?

@ChaoticTempest
Copy link
Member Author

seems like with node version 1.40, this isn't happening anymore. Quite weird, so closing this one for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants