-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix Route53 VPCs param name #672
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
Closed
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
This makes it easier to filter by a paired tag key and value: ec2.instances.with_tag('key', 'value') The #with_tag method provides an alternative the following: ec2.instances.filter('tag:key', 'value')
…hardcoded strings in a file
Route53 rerturns a NoSuchHostedZone error when you attempt to describe a non-existant hosted zone. This call was being used to implement #exists? but it was not rescuing the error.
This adds support for the EC2 2014-05-01 API version. The `AWS::EC2::Client#copy_snapshot` method will automatically populated the `:destiation_region` and `:presigned_url` params for the user to enable copy snapshot on encrypted volumes.
Amazon S3 now enables specifying a lifecycle configuration on versioned buckets. Versioning provides protection against overwrites and deletes by enabling you to preserve, retrieve, and restore every version of every object in an Amazon S3 bucket. Using lifecycle rules, you can automatically control the cost of storing multiple versions of your objects.
Additional response data returned from the AssumeRoleWithSAML operation in the AWS Security Token Service allows you to access information on the subject, subjectType, issuer, audience, and nameQualifier for an assumed role.
Includes Hebrew language support, and you can set the desired partition count option to preconfigure the number of index partitions for a domain that uses the m2.2xlarge search instance type.
This was regressed here: aws@93b6ddb
Fix comment on WorkflowExecutionCollection#with_status and #count
…collection Modified document of `option[:instance_tenancy]`
Add DBSecurityGroupName to AuthorizeDBSecurityGroupIngress
Clarify log_level configuration docs
…r-chain use default credential provider in samples
According to http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectPUT.html to enable redirect on an S3 object it needs to have 'x-amz-website-redirect' metadata key with new location value. When creating an object like so: ```ruby bucket.object['foo'].write('', metadata: { "x-amz-website-redirect" => "http://example.com" }, acl: :public_read ) ``` `x-amz-website-redirect` gets prepended with `x-amz-meta-` prefix thus breaking the redirect feature. This also affects any other meta data key which starts with 'x-amz'.
Includes message attributes support.
…ed_zone id param name
…ead of Digest::MD5
s/erxisting/existing/
Correct EC2Provider expiration timeout
Fix a typo in add_queue_message.rb
AWS::SQS::Queue - use OpenSSL for Digest needs
trevorrowe
added a commit
that referenced
this pull request
Feb 5, 2015
Thanks for the fix! This has been merged into the aws-sdk-v1 branch by 4e22a77. |
Thank you for merge! :-) |
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.
Unable to get VPN information of private zone:
vp_cs -> vpcs: