dandi / dandi-infrastructure

A repository to collect docs/issues on DANDI project infrastructure
Apache License 2.0
0 stars 5 forks source link

Move log bucket resources to seperate file #155

Closed mvandenburgh closed 1 year ago

mvandenburgh commented 1 year ago

This is a minor refactor of the dandiset_bucket module that moves all resources related to the logging bucket to a separate file to make it easier to parse what's going on without confusing the two buckets.

Note this does split an IAM User policy into two separate policies, so merging and applying this will mutate the infrastructure.

mvandenburgh commented 1 year ago

@danlamanna I find it easier to reason about the exact policies applied to the buckets when they're isolated in their own files. Any thoughts?