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
Hello, i'm on a legacy project who runs on rails 4.2.8 and i'm trying to upload a file to s3.
I'm getting the the error The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.. The error happens on obj.acl = 'public-read'. I tried do a google search, see the v1 documentation and search on project issues but no succeed.
Gem name
aws-sdk (1.66.0)
Version of Ruby, OS environment
2.2.5, debian - jessie (running on docker)
Code snippets / steps to reproduce
All the ENV variables are populated and the app can read them.