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?
aws s3 cp --recursive <localfolderpath> s3://<bucketname>/<key>/