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

ec2test: handle CreateTags action #50

Merged
merged 1 commit into from May 22, 2015
Merged

ec2test: handle CreateTags action #50

merged 1 commit into from May 22, 2015

Conversation

axw
Copy link

@axw axw commented May 21, 2015

This commit adds support for the CreateTags
action to the test server, and an accompanying
test. Live tested.

"tag10": "",
})

_, err = s.ec2.CreateTags([]string{id}, []ec2.Tag{{"tag11", ""}})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tag limit exceeded should be a separate test, strictly speaking
similar to create tags invalid test below

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@wallyworld
Copy link
Contributor

LGTM with question about tags either answered or fixed

This commit adds support for the CreateTags
action to the test server, and an accompanying
test. Live tested.
axw added a commit that referenced this pull request May 22, 2015
ec2test: handle CreateTags action
@axw axw merged commit fde8680 into go-amz:v3 May 22, 2015
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.

None yet

2 participants