Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bootstrap-scripts/saltmaster-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ aws.archive_region: '$PNDA_ARCHIVE_REGION'
aws.archive_key: '$PNDA_ARCHIVE_ACCESS_KEY_ID'
aws.archive_secret: '$PNDA_ARCHIVE_SECRET_ACCESS_KEY'
pnda.archive_container: '$PNDA_ARCHIVE_CONTAINER'
pnda.archive_repo_path: '$PNDA_ARCHIVE_REPO_PATH'
pnda.archive_type: 's3a'
pnda.archive_service: ''

Expand Down
3 changes: 3 additions & 0 deletions pnda_env_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ pnda_data_archive:
# S3 container to use for archiving PNDA datasets
PNDA_ARCHIVE_CONTAINER: pnda-archive

# Repo path to use for archiving PNDA datasets
PNDA_ARCHIVE_REPO_PATH: pnda-archive-repo

# AWS region that contains the PNDA_ARCHIVE_CONTAINER bucket
PNDA_ARCHIVE_REGION: eu-west-1

Expand Down