Copying a file from S3 into my codebase when using Elastic Beanstalk
问题 I have the following script: Parameters: bucket: Type: CommaDelimitedList Description: "Name of the Amazon S3 bucket that contains your file" Default: "my-bucket" fileuri: Type: String Description: "Path to the file in S3" Default: "https://my-bucket.s3.eu-west-2.amazonaws.com/oauth-private.key" authrole: Type: String Description: "Role with permissions to download the file from Amazon S3" Default: "aws-elasticbeanstalk-ec2-role" files: /var/app/current/storage/oauth-private.key: mode: