registry
registry copied to clipboard
Ensure that all registry related buckets are appropriately tagged
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
pulumi/registry CI creates a lot of S3 buckets, which need to be cleaned up. Part of that process is identifying which buckets are part of the registry.
We should tag each bucket created by this repo with a clear project: registry, stage: {ci,prod}. We can then limit the bucket cleanup job to look for buckets with those tags.