We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Amazon has published some guidelines which suggest migrating away from path-style s3 uris:
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
go-getter seems to only support path-style, however:
go-getter/get_s3.go
Line 205 in 30a49e4
Or, perhaps I'm missing something, since I do see that virtual-host style uris are delectable:
go-getter/detect_s3.go
Line 53 in 30a49e4
The text was updated successfully, but these errors were encountered:
Should be fixed with #283
Sorry, something went wrong.
No branches or pull requests
Amazon has published some guidelines which suggest migrating away from path-style s3 uris:
https://aws.amazon.com/blogs/aws/amazon-s3-path-deprecation-plan-the-rest-of-the-story/
go-getter seems to only support path-style, however:
go-getter/get_s3.go
Line 205 in 30a49e4
Or, perhaps I'm missing something, since I do see that virtual-host style uris are delectable:
go-getter/detect_s3.go
Line 53 in 30a49e4
The text was updated successfully, but these errors were encountered: