Skip to content
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

Example of tag-s3 #207

Open
delubi-ro opened this issue May 25, 2023 · 3 comments
Open

Example of tag-s3 #207

delubi-ro opened this issue May 25, 2023 · 3 comments

Comments

@delubi-ro
Copy link

Can someone provide a working example (csv file) of tag-s3? I was getting SignatureDoesNotMatch error. access key and secret access key are both okay. Not sure if I got the csv format wrong that resulted in the error.

❯ awstaghelper s3 tag-s3 --filename awstaghelper.csv
SignatureDoesNotMatch: The request signature we calculated does not match the signature you provided. Check your key and signing method.
status code: 403

@mpostument
Copy link
Owner

Just tried to tag my s3 bucket, no issues. Here is my csv file

Name,Name,Environment
maksymtest,maksymtest,prod

Then i run tag command ./awstaghelper s3 tag-s3 --filename awsTags.csv

And result

Screenshot 2023-05-26 at 12 55 38

@delubi-ro
Copy link
Author

Thanks. I tried the format. It worked at bucket level. However, there is still the SignatureDoesNotMatch error when I tried at object level.

bucket level (no error)

Name│Environment
mybucket│dev

object level (has error)

Name│Environment
mybucket/myobject│dev

If the '/' (slash) is getting in the way, what's the expected format to specify an object?

@mpostument
Copy link
Owner

Object level tagging are not supported as of now

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

No branches or pull requests

2 participants