You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You'll need to set the following _CORS Configuration_ to your bucket:
3
+
Set set the following _CORS Configuration_ to your bucket:
4
4
5
5
```xml
6
6
<?xml version="1.0" encoding="UTF-8"?>
@@ -17,27 +17,27 @@ You'll need to set the following _CORS Configuration_ to your bucket:
17
17
</CORSConfiguration>
18
18
```
19
19
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.
21
21
22
-
## Basic configuration
22
+
## Basic Configuration
23
23
24
-
You'll need to set the following fields:
24
+
Set the following fields:
25
25
26
26
Config. Name | Description
27
27
------------ | -------------
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
29
29
**Amazon S3 AWSAccessKeyId** | Your Amazon Access Key ID (optional)
30
30
**Amazon S3 AWSSecretAccessKey** | Your Amazon Secret Access Key (optional)
31
31
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).
33
33
34
-
## Advanced configuration
34
+
## Advanced Configuration
35
35
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.
37
37
38
38
Config. Name | Description
39
39
------------ | -------------
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))
41
41
**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