-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
NameError: uninitialized constant Aws::Rest::ContentTypeHandler after upgrading aws-sdk-s3 from 1.146.1 to 1.147.0 #3010
Comments
What version of |
I have |
What do you use to manage your dependencies? Do you use bundler? If so, it should have installed the correct, required minimum version of |
I am using bundler.
|
Hmm - |
The user that made the update yesterday was using an older version of Bundler 2.3.22 but he also mentioned that he rebased the commits. Perhaps something went a miss there. I ran Sorry for the false alarm and thank you for your help. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
After upgrading
aws-sdk-s3
from 1.146.1 to 1.147.0 I started seeing the following error:Expected Behavior
No error thrown.
Current Behavior
This is the stacktrace after the error:
Reproduction Steps
This is the method that triggers the error:
Possible Solution
No response
Additional Information/Context
No response
Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
aws-sdk-s3
Environment details (Version of Ruby, OS environment)
Ruby 3.0.3
The text was updated successfully, but these errors were encountered: