DEV Community

Discussion on: The Cloud Resume Challenge

Collapse
 
loujaybee profile image
Lou (🚀 Open Up The Cloud ☁️) • Edited

Nice! Congrats Steven!

Welcome to the school of "Google and Stack Overflow" 😂

Recursively remove the objects from my s3 bucket

For what it's worth if you were using S3 sync, you have the --delete flag (docs.aws.amazon.com/cli/latest/ref...)

Collapse
 
stevenmcgown profile image
StevenMcGown

Thank you for taking time to provide feedback Lou :)

I am currently using rm:
aws s3 rm s3://smcgown.com --recursive

However, I am using sync to upload the files from my distribution folder created after the build.
aws s3 sync ./dist/CloudResumeChallenge2/ s3://smcgown.com --acl public-read