Skip to content
This repository was archived by the owner on Mar 17, 2023. It is now read-only.
Merged
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
6 changes: 4 additions & 2 deletions administrator-guides/file-upload/amazon-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ You'll need to set the following fields:
Config. Name | Description
------------ | -------------
**Amazon S3 bucket name** | The bucket name you've created on Amazon S3
**Amazon S3 AWSAccessKeyId** | Your Amazon Access Key ID
**Amazon S3 AWSSecretAccessKey** | Your Amazon Secret Access Key
**Amazon S3 AWSAccessKeyId** | Your Amazon Access Key ID (optional)
**Amazon S3 AWSSecretAccessKey** | Your Amazon Secret Access Key (optional)

**Note**: If no `AWSAccessKeyId` and `AWSSecretAccessKey` are set, the underlying AWS SDK will fallback to trying to retrieve credentials from the [usual locations](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html).

## Advanced configuration

Expand Down