forked from 2i2c-org/infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request 2i2c-org#4218 from sgibson91/catalyst-unam/persist…
…ent-bucket [catalystproject-latam, unam] Create a persistent bucket with outside access
- Loading branch information
Showing
3 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,14 @@ user_buckets = { | |
"scratch-unam" : { | ||
"delete_after" : 7, | ||
}, | ||
// Created as part of "LEAP"-style method of data input/output as per: | ||
// https://github.com/2i2c-org/infrastructure/issues/4214 | ||
"persistent-unam" : { | ||
"delete_after" : null, | ||
"extra_admin_members" : [ | ||
"group:[email protected]" | ||
] | ||
}, | ||
} | ||
|
||
hub_cloud_permissions = { | ||
|