Skip to content

Commit 88aa71d

Browse files
authored
Update s3.md
1 parent eba9f50 commit 88aa71d

File tree

1 file changed

+6
-6
lines changed
  • user/deployment-v2/providers

1 file changed

+6
-6
lines changed

user/deployment-v2/providers/s3.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can find your [AWS Access Keys](https://console.aws.amazon.com/iam/home?#sec
1515

1616
{% include deploy/providers/s3.md content=content %}
1717

18-
## Setting an ACL
18+
## Set an ACL
1919

2020
You can set the acl of your uploaded files via the `acl` option like this:
2121

@@ -123,7 +123,7 @@ deploy:
123123
```
124124
{: data-file=".travis.yml"}
125125

126-
## Deploy to Multiple Buckets:
126+
## Deploy to Multiple Buckets
127127

128128
If you want to upload to multiple buckets, use multiple deployment configurations:
129129

@@ -145,7 +145,7 @@ deploy:
145145
You can deploy only when certain conditions are met.
146146
See [Conditional Releases with `on:`](/user/deployment/#conditional-releases-with-on).
147147

148-
## Setting the content encoding
148+
## Set the content encoding
149149

150150
S3 uploads can optionally set the HTTP header `Content-Encoding`. This header
151151
allows files to be sent compressed while retaining file extensions and the
@@ -164,7 +164,7 @@ deploy:
164164
If the file is compressed with `gzip` or `compress`, it will be uploaded with
165165
the appropriate header.
166166

167-
## Setting the charset on the content-type
167+
## Set the charset on the content type
168168

169169
S3 can take a content-type header. Normally this doesn't include a character
170170
set as well. If you would like to add a character set, add the
@@ -246,9 +246,9 @@ deploy:
246246
{: data-file=".travis.yml"}
247247

248248

249-
## Using S3-compatible Object Storage
249+
## Use S3-compatible Object Storage
250250

251-
You can use an S3-compatible object storage such as Digital Ocean Spaces
251+
You can use S3-compatible object storage such as Digital Ocean Spaces
252252
by setting the `endpoint` key.
253253

254254
```yaml

0 commit comments

Comments
 (0)