Skip to content

Commit c7a15a5

Browse files
paulofariadiasMartinSchoeler
authored andcommitted
(DOCS): Edit Amazon S3 (RocketChat#1459)
1 parent 533bbd9 commit c7a15a5

File tree

1 file changed

+11
-11
lines changed
  • administrator-guides/file-upload/amazon-s3

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Amazon S3
22

3-
You'll need to set the following _CORS Configuration_ to your bucket:
3+
Set set the following _CORS Configuration_ to your bucket:
44

55
```xml
66
<?xml version="1.0" encoding="UTF-8"?>
@@ -17,27 +17,27 @@ You'll need to set the following _CORS Configuration_ to your bucket:
1717
</CORSConfiguration>
1818
```
1919

20-
**Important**: Replace `*ROCKET_CHAT_DOMAIN*` with the domain of your Rocket Chat installation, e.g. `https://chat.example.com`. If for some reason you want to make your CORS configuration ridiculously insecure, you can set it to `*` to allow CORS requests from any host on the Internet, but do so at your own risk.
20+
**Note**: Replace `*ROCKET_CHAT_DOMAIN*` with the domain of your Rocket Chat installation, e.g. `https://chat.example.com`. If for some reason you want to make your CORS configuration ridiculously insecure, you can set it to `*` to allow CORS requests from any host on the Internet, but do so at your own risk.
2121

22-
## Basic configuration
22+
## Basic Configuration
2323

24-
You'll need to set the following fields:
24+
Set the following fields:
2525

2626
Config. Name | Description
2727
------------ | -------------
28-
**Amazon S3 bucket name** | The bucket name you've created on Amazon S3
28+
**Amazon S3 bucket name** | The bucket name you created on Amazon S3
2929
**Amazon S3 AWSAccessKeyId** | Your Amazon Access Key ID (optional)
3030
**Amazon S3 AWSSecretAccessKey** | Your Amazon Secret Access Key (optional)
3131

32-
**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).
32+
**Note**: If no `AWSAccessKeyId` and `AWSSecretAccessKey` are set, the underlying AWS SDK will fallback and try to retrieve credentials from the [usual locations](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/setting-credentials-node.html).
3333

34-
## Advanced configuration
34+
## Advanced Configuration
3535

36-
The following fields are optional, you don't need to set them to get upload to S3 working.
36+
The following fields are optional, and you don't need to set them to get the upload to S3 working.
3737

3838
Config. Name | Description
3939
------------ | -------------
40-
**Region** | If you have created your bucket on region different from the US Standard, you **have** to set their code here (see a list of region codes [here](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions))
40+
**Region** | If you created your bucket on a region different from the US Standard, this is where you **must** set their code (see a list of region codes [here](http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions))
4141
**Amazon S3 acl** | A _Canned ACL_ configuration (see a full list [here](http://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl))
42-
**CDN domain for downloads** | If you had set a CDN for your bucket, put it here
43-
**Bucket URL** | Override URL to which files are uploaded. This URL will also be used for downloads unless a CDN is given
42+
**CDN domain for downloads** | If you set a CDN for your bucket, put it here
43+
**Bucket URL** | Override URL to which files are uploaded. This URL is also used for downloads, unless youset a CDN.

0 commit comments

Comments
 (0)