Error while uploading to s3 from elastic beanstalk console

0

I am getting error as 'Error while uploading to s3' from elastic beanstalk console while trying to upload a jar file to an existing environment.

asked 2 years ago484 views
2 Answers
0
profile pictureAWS
EXPERT
answered 2 years ago
0

you can add EXTRA_ARGS: '--exclude=* --include=*.jar' to upload only .jar file into s3. you can check this blog section ( Use of Exclude and Include Filters ) https://docs.aws.amazon.com/cli/latest/reference/s3/index.html#use-of-exclude-and-include-filters

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions