amazon-web-servicesamazon-s3

How to upload local files to S3 quickly?


I have an angular app. I need to upload it to S3. I've tried to use AWS Console cause I have a lot of directories. How can I upload all my files quickly?

Is it possible to send all files at the same time?


Solution

  • aws s3 cp --recursive <localfolderpath> s3://<bucketname>/<key>/