rennokki/laravel-aws-eb

Access Denied s3 .env

tcagkansokmen opened this issue · 1 comments

Hi there,

Tried to copy .env file from s3, but It couldn't reach the file. (file doesnt have public access)

Is there anyway to copy it with AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY ?

You can take a look at the 00_copy_env_file.config: https://github.com/rennokki/laravel-aws-eb/blob/master/.ebextensions/00_copy_env_file.config

You got instructions on how to specify the process of copying from the S3 bucket (it has to be the Elastic Beanstalk bucket)