diff --git a/config/prod/cmc-migration-bucket.yaml b/config/prod/cmc-migration-bucket.yaml index e6e32df..aa03bfe 100644 --- a/config/prod/cmc-migration-bucket.yaml +++ b/config/prod/cmc-migration-bucket.yaml @@ -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). diff --git a/config/prod/psychencode-migration-bucket.yaml b/config/prod/psychencode-migration-bucket.yaml index b505dff..a280d27 100644 --- a/config/prod/psychencode-migration-bucket.yaml +++ b/config/prod/psychencode-migration-bucket.yaml @@ -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).