You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys! Just started using terratest. I wanted to test that my AWS S3 bucket has certain keys in tags, but didn't find a function for this. There is a function FindS3BucketWithTagE that helps to find s3 bucket with the given key-value in tags, but I want something similar to GetTagsForEc2InstanceE, but for S3.
I can create the function, would you be interested in a PR?
The text was updated successfully, but these errors were encountered:
Hi guys! Just started using terratest. I wanted to test that my AWS S3 bucket has certain keys in tags, but didn't find a function for this. There is a function FindS3BucketWithTagE that helps to find s3 bucket with the given key-value in tags, but I want something similar to GetTagsForEc2InstanceE, but for S3.
I can create the function, would you be interested in a PR?
The text was updated successfully, but these errors were encountered: