Skip to content

Commit 353160c

Browse files
committed
Update README
1 parent 411b8e2 commit 353160c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,14 @@ This package installs the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php)
8585

8686
You just have to add your S3 keys, region, and bucket using the following env vars in your `.env` file:
8787

88+
```
8889
AWS_ACCESS_KEY_ID=
8990
AWS_SECRET_ACCESS_KEY=
9091
AWS_DEFAULT_REGION=
9192
AWS_BUCKET=
9293
AWS_URL="https://s3.amazonaws.com"
9394
AWS_POST_END_POINT="https://${AWS_BUCKET}.s3.amazonaws.com/"
95+
```
9496

9597
To allow direct multipart uploads to your S3 bucket, you need to add some extra configuration on bucket's `CORS configuration`.
9698
On your AWS S3 console, select your bucket.

0 commit comments

Comments
 (0)