Skip to content

Commit

Permalink
Update "AWS S3" to rename master branch to main (#3266)
Browse files Browse the repository at this point in the history
  • Loading branch information
refo committed Oct 18, 2021
1 parent 56d72b6 commit ecc376e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/docs/aws-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export COMPANION_AWS_BUCKET="my-space-name"

The `{region}` string will be replaced by the contents of the `COMPANION_AWS_REGION` environment variable.

For a working example that you can run and play around with, see the [digitalocean-spaces](https://github.com/transloadit/uppy/tree/master/examples/digitalocean-spaces) folder in the Uppy repository.
For a working example that you can run and play around with, see the [digitalocean-spaces](https://github.com/transloadit/uppy/tree/main/examples/digitalocean-spaces) folder in the Uppy repository.

### Google Cloud Storage

Expand Down Expand Up @@ -356,7 +356,7 @@ uppy.use(AwsS3, {
})
```

See the [aws-presigned-url example in the uppy repository](https://github.com/transloadit/uppy/tree/master/examples/aws-presigned-url) for a small example that implements both the server-side and the client-side.
See the [aws-presigned-url example in the uppy repository](https://github.com/transloadit/uppy/tree/main/examples/aws-presigned-url) for a small example that implements both the server-side and the client-side.

### Retrieving presign parameters of the uploaded file

Expand Down

0 comments on commit ecc376e

Please sign in to comment.