Skip to content

Add Errno:EHOSTUNREACH as a network error. #645

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

Closed
wants to merge 1,500 commits into from

Conversation

pdrakeweb
Copy link
Contributor

No description provided.

trevorrowe and others added 30 commits April 2, 2014 12:47
make vault.archives uses the same account_id from vault
Fix a performance issue when calling CredentialProviders::DefaultProvider#credentials
Updated the documentation for R53 HostedZoneCollection to reflect the required use of ID over name
Replace UUIDTools with SecureRandom.uuid
Support uri unsafe characters in proxy_uri
…ial providers. This is to make sure ec2 credential provider does not hit metadata service too many times when starting a highly concurrent environment.

Fixes aws#440
When adding a custom delivery method, need to use AWS::Rails namespace
The #head_object operation is supposed to parallel the #get_object
operation for all input headers, but this was not the case due to an
omission in the hand coding. This change adds the remaining input
headers and the associated test.

Resolves issue aws#495.
Add Header Options to AWS::S3::Client#head_object
…S_KEY/AWS_SECRET_KEY.

Backward compatible with previous formats.
Configure from current ENV variable names: AWS_ACCESS_KEY / AWS_SECRET_KEY
Example:

    ec2 = AWS::EC2.new
    ec2.images.each(image_ids:['...']) do |img|
      # ...
    end

Fixes aws#524
trevorrowe and others added 26 commits September 25, 2014 15:11
In cases where the EC2 provider is configured as the only valid provider
of credentials, intermittent failures are to be expected and can be
retried safely in order to avoid a credential error.
Added gp2 volume_type to documentation
These specs now expect the '/bucket-name/key' instead of
'bucket-name/key' as the copy source. Not slash-prefixing
the bucket name when the user gives an explicit :bucket_name
option to copy_to/from to avoid double prefixing issues.

See aws#624
…edential-provider

Add a configurable number of retries to the EC2 credential provider
Allow getting a secure url for the bucket
…oved to a separate gem. changed implementation.
Fixes millisecond parsing in custom DateTime parser
x-amz-acl query string is case sensitive
Mention global stubbing in README
CurbHttpHandler: Store network error if status_code is 0
Instead of white-listing v4 regions, we are now white-listing
v3 regions. All new regions will default to v4.
@trevorrowe
Copy link
Contributor

Thanks for the contribution! Sorry for the slow response. This has been merged into the aws-sdk-v1 branch: d0916e1

@trevorrowe trevorrowe closed this Feb 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.