Created
January 30, 2020 19:18
-
-
Save paulodutra/531814eb337caf7a0b3d85082b432f4d to your computer and use it in GitHub Desktop.
Configurações do bucket S3 AWS no arquivo .env da aplicação
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FILESYSTEM_DRIVER=s3 | |
AWS_ACCESS_KEY_ID='sua-key' | |
AWS_SECRET_ACCESS_KEY='sua-access-key' | |
AWS_DEFAULT_REGION=us-west-2 | |
AWS_BUCKET=aws-s3-files | |
AWS_URL="https://s3.us-west-2.amazonaws.com/aws-s3-files" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment