aws-samples / aws-serverless-workshops

Code and walkthrough labs to set up serverless applications for Wild Rydes workshops
http://wildrydes.com
Apache License 2.0
4.2k stars 2.63k forks source link

Copying the wildrydes files from s3 fails with UNKOWN OPTIONS - RECURSIVE #351

Open fyfyjekwe opened 1 year ago

fyfyjekwe commented 1 year ago

Trying to follow through the severless hands on static website exercise on aws's site.

But when i try to copy the link on git(local), i get this challenge:

$ aws s3 cp s3://wildrydes-site-us-east-1/WebApplication/1_StaticWebHosting/website ./ --recursive~

Unknown options: --recursive~

Any ideas on how i can resolve?

fyfyjekwe commented 1 year ago

Resolved this already...Noticed an error in the code