Skip to content

Commit 6d452d4

Browse files
authored
Remove unnecessary .env vars from setup instructions
`AWS_URL` and `AWS_POST_END_POINT` environment variables are now dynamically determined by the aws-sdk-php package. Setting these to any value will make the sdk automatically assume you are using a custom endpoint and prevent the use of accelerator,
1 parent 47b36f8 commit 6d452d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ AWS_ACCESS_KEY_ID=
122122
AWS_SECRET_ACCESS_KEY=
123123
AWS_DEFAULT_REGION=
124124
AWS_BUCKET=
125-
AWS_URL="https://s3.amazonaws.com"
126-
AWS_POST_END_POINT="https://${AWS_BUCKET}.s3.amazonaws.com/"
127125
```
128126

129127
To allow direct multipart uploads to your S3 bucket, you need to add some extra configuration on bucket's `CORS configuration`.

0 commit comments

Comments
 (0)