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
feat(runner-binaries-syncer): add s3_tags variable for additional S3 bucket tagging (#4832)
This pull request introduces an option to provide additional tags for S3
buckets created by the `binaries-syncer` module.
S3 tags can be specified using the `runner_binaries_s3_tags` variable at
the module level to apply tags to all S3 buckets at once, or at the
individual runner configuration level to define different tags for
specific runners. Tags defined at both the module and runner
configuration levels are merged when their OS and architecture match.
---------
Co-authored-by: Damian Rekosz <damian.rekosz@lcloud.pl>
Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
0 commit comments