Skip to content

Instantly share code, notes, and snippets.

@paulodutra
Created January 30, 2020 19:18
Show Gist options
  • Save paulodutra/531814eb337caf7a0b3d85082b432f4d to your computer and use it in GitHub Desktop.
Save paulodutra/531814eb337caf7a0b3d85082b432f4d to your computer and use it in GitHub Desktop.
Configurações do bucket S3 AWS no arquivo .env da aplicação
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