Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Add tag support to instances #66

Merged
merged 2 commits into from
Feb 24, 2016
Merged

Add tag support to instances #66

merged 2 commits into from
Feb 24, 2016

Conversation

perrito666
Copy link

goamz supports filtering by tag by adding a filter with a key
prefixed by "tag." I added this behavior to the current
instance implementation in ec2test.

goamz supports filtering by tag by adding a filter with a key
prefixed by "tag." I added this behavior to the current
instance implementation in ec2test.
@axw
Copy link

axw commented Feb 22, 2016

According to http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html, the format is "tag:key", not "tag.key". Your Juju PR will need to be changed too. How did it work? Does AWS accept both? Either way, please use the documented format.

@perrito666
Copy link
Author

It accepts both apparently but I'll go with the documented one

On Sunday, 21 February 2016, Andrew Wilkins notifications@github.com
wrote:

According to
http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html,
the format is "tag:key", not "tag.key". Your Juju PR will need to be
changed too. How did it work? Does AWS accept both? Either way, please use
the documented format.


Reply to this email directly or view it on GitHub
#66 (comment).

@axw
Copy link

axw commented Feb 23, 2016

LGTM

dimitern pushed a commit that referenced this pull request Feb 24, 2016
@dimitern dimitern merged commit 345e929 into go-amz:v3 Feb 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants