We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411b8e2 commit 353160cCopy full SHA for 353160c
README.md
@@ -85,12 +85,14 @@ This package installs the [AWS SDK for PHP](https://github.com/aws/aws-sdk-php)
85
86
You just have to add your S3 keys, region, and bucket using the following env vars in your `.env` file:
87
88
+```
89
AWS_ACCESS_KEY_ID=
90
AWS_SECRET_ACCESS_KEY=
91
AWS_DEFAULT_REGION=
92
AWS_BUCKET=
93
AWS_URL="https://s3.amazonaws.com"
94
AWS_POST_END_POINT="https://${AWS_BUCKET}.s3.amazonaws.com/"
95
96
97
To allow direct multipart uploads to your S3 bucket, you need to add some extra configuration on bucket's `CORS configuration`.
98
On your AWS S3 console, select your bucket.
0 commit comments