Skip to content

Commit

Permalink
update config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Nov 6, 2023
1 parent 9f8a7bd commit b58d933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s3_upload_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

- **`s3_endpoint_url`** *(string)*: URL of the local data hub's S3 server.

- **`s3_access_key_id`** *(string)*: Access key ID for the local data hub's S3 server. The corresponding account need to have s3:GetObject and s3:PutObject privileges for the internal staging bucket (as in `bucket_id`). These credentials should never be shared with GHGA Central.
- **`s3_access_key_id`** *(string)*: This parameter plus the s3_secret_access_key serve as credentials for accessing the internal staging bucket (as in `bucket_id`) on the local data hub's S3 server with s3:GetObject and s3:PutObject privileges. These credentials should never be shared with GHGA Central.

- **`s3_secret_access_key`** *(string)*: Secret access key corresponding to the `s3_access_key_id`.

Expand Down

0 comments on commit b58d933

Please sign in to comment.