Skip to content

Commit

Permalink
remove region restriction from PEC and CMC buckets (#658)
Browse files Browse the repository at this point in the history
The Psychencode DACC needs to download roughly 2 TB of data from the CMC and PEC project, but they do not have access to AWS. This PR removes the region restriction to allow for the DACC to complete a key final step of the migration from Synapse. Egress cost should be minimal for this download (~$180), and only a few select number of users still have access to these projects on Synapse.
  • Loading branch information
wpoehlm authored Jan 27, 2025
1 parent 81b2119 commit e3797eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/prod/cmc-migration-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
SameRegionResourceAccessToBucket: 'false'

# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
# (Optional) Allow accounts, groups, and users to access bucket (default is no access).
Expand Down
2 changes: 1 addition & 1 deletion config/prod/psychencode-migration-bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parameters:
# (Optional) true (default) to encrypt bucket, false for no encryption
# (Optional) true for read-write bucket, false (default) for read-only bucket
AllowWriteBucket: 'true'
SameRegionResourceAccessToBucket: 'true'
SameRegionResourceAccessToBucket: 'false'

# (Optional) Synapse username (default: ""), required if AllowWriteBucket=true
# (Optional) Allow accounts, groups, and users to access bucket (default is no access).
Expand Down

0 comments on commit e3797eb

Please sign in to comment.