forked from fog/fog-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge upstream master #9
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add log warning message about when not on us-region
Fog aws fails if API response contains empty ETag tags. It may cause when working with S3 clones (like minio in my case), that not provides ETags in their API answer.
Fix for empty ETag values
Allow case-insensitive record comparison
Parse EbsOptimized parameter in launch configuration description
…r-dualstack AWS DNS - support newer DNS hosted zone IDs for dualstack ELBs
The Digest class has some thread safety issues fixed in aws/aws-sdk-ruby#529 aws/aws-sdk-ruby#525 ruby/ruby@c02fa39
Replaces usage of Digest with OpenSSL::Digest
Updated Region 'Mumbai' ap-south-1
Replaces usage of Digest with OpenSSL::Digest
Authorize vpc to rds sg
No new test failures.
Skip call to instance metadata host if region is specified
Add p2 instance types
Exponential backoff
Handle multipart upload of empty files
Fixed credential refresh when instance metadata host is inaccessible
Reduce confusion by allowing the gem to be required via a file that matches the gem name. References fog/fog#3959
Add a top-level require that matches the gem name
The change introduced in fog#252 does not actually prevent HTTP requests from being made because of a missing early return statement.
Fix AWS credential mocking
…_describe_reserved_instances_offerings Add MaxResults filter to describe reserved instances offerings
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tested by pushing to stage-05 and running env updater for 1984, our biggest account. No errors.