AWS::S3::Errors::Forbidden - Ruby on Rails #3124
Unanswered
AhmadMajid
asked this question in
Q&A
Replies: 1 comment
-
Hello. The error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm running a old Rails app. Have been getting this error coinciding with the release of 1.167.0 - October 02, 2024
I am using:
gem 'aws-sdk'
Inside of my gemfile
I have tried including:
gem 'aws-sdk-s3', '~> 1.166'
Below this, as this is what updated on Oct-2 and may be what's causing this issue. (I did not deploy any new code that day). However I think there might be something new inside of aws-sdk that's clashing as I am still getting the same problem.
Any advice on how to get my gem 'aws-sdk' to a pre Oct-2 state? It's causing issues at my company.
Beta Was this translation helpful? Give feedback.
All reactions