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
Needs a PR
opts := []s3.Option{creds, s3.Region(s.Region), s3.Bucket(s.Bucket),
s3.Key(s.Key)}
If endpoint config set, append endpoint option
Sorry! I’m using my own s3 fork to avoid the massive dependency that is the
aws sdk
Didn't found the config in the source code.
The text was updated successfully, but these errors were encountered: