You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for aws_profile query parameter to allow fetching from S3
using that specified profile. Before this, that did not seem possible,
even setting AWS_PROFILE environment variable did nothing.
Now it is possible to provide the profile directly in the url, making it
more flexible.
Example of usage:
s3::bucket.s3.amazonaws.com/file?aws_profile=some-profile
0 commit comments