-
Notifications
You must be signed in to change notification settings - Fork 365
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
Pin the version of the aws-sdk gem #718
Comments
Any updates and/or available workaround for this issue? |
Getting the same / similar issue with the S3 provider at the moment:
|
Currently happening to us as well. Unable to deploy to any of our environments. |
Fixed for now but it'll happen again unless the version is pinned. |
Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues |
A little dissapointing that this is still happening. AWS SDK RUBY 2.11.393 was released yesterday and since then all builds previously working and set with an aws_access_key_id are not outputting the following
If versions arent going to pinned can basics tests like these be run to ensure this doesnt affect teams development flow? |
@m2jobe thanks for the report. i believe this is not related to do you have any instance of |
@svenfuchs Thanks so much for the response, that was exactly it for both key id and secret! |
Since the last couple of months, when a new version of the
aws-sdk
gem is released, we are seeing a lot of deployments failing because one of the gem's dependencies (i.e.aws-sdk-resources
) isn't released at the same time. Here's a sample of the error our customers are seeing:This happens because the version of aws-sdk in our Gemfile is lax:
Hence I would suggest we pin the version of the
aws-sdk
gem to prevent this from happening again in the future.Thank you!
The text was updated successfully, but these errors were encountered: