Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 372 Bytes

Chuck these variables to your .env

AWS_S3_PATH (/public for example)
AWS_S3_BUCKET
AWS_S3_BUCKET_URL (the public or cloudfront url of that bucket)

(Optional if using IAM role)
AWS_ACCESS_KEY_ID 
AWS_SECRET_ACCESS_KEY
AWS_SESSION_TOKEN (If using temp creds from local aws profile)