This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 159
S3 Bucket tagging fails with a NoSuchTagSet error #117
Comments
I'm seeing the same issue. It doesn't seem to fail if the bucket has more than zero tags already. Here's a related discussion that suggests S3 needs special handling of an empty tagset: boto/boto3#341 |
Hrm... Here's the exception I'm seeing:
I'm running code built from the latest
|
This fixed it for me (note
|
thanks everyone, it should be resolved in v0.5.8! |
@rayjanoka FYI - This issue still exists on v0.5.9. The fix is what @ryankenney-dev suggested. |
@nicholas-yong got it this time. thanks Nicholas! see v0.5.10 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm testing out auto-tag to tag all new resources in our accounts, and I've run into an issue. When I create a new S3 bucket, the lambda ends up getting invoked, but it dies with the following exception:
NoSuchTagSet: The TagSet does not exist
I'm wondering if this is due to changes in the AWS SDK that makes these errors and exception instead of a returned error via the promise.
The text was updated successfully, but these errors were encountered: