Skip to content

Commit

Permalink
Adding configuration for AWS credentials (Access Key and Secret Key) …
Browse files Browse the repository at this point in the history
…and the default bucket name for storing projects with an 'OPEN' access policy.
  • Loading branch information
Chrystinne committed Sep 25, 2023
1 parent 76d5213 commit 414c48f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ AWS_VALUE=secret
AWS_VALUE2=secret
AWS_CLOUD_FORMATION=url

# AWS credentials (Access Key and Secret Key): Configure AWS credentials in the AWS CLI profile using the 'aws configure' command.
AWS_PROFILE=
# The default bucket name to store projects with an 'OPEN' access policy.
OPEN_ACCESS_DATA_BUCKET_NAME=

# Datacite
# Used to assign the DOIs
# Changing the password can be done at the settings tab in DataCite website
Expand Down

0 comments on commit 414c48f

Please sign in to comment.