DEV Community

Discussion on: The Cloud Resume Challenge

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