1.

What is the command to copy files recursively in a folder to an S3 bucket?

Answer»

What is the command to copy FILES RECURSIVELY in a folder to an S3 bucket?
Choose the correct option from below list
(1)AWS s3 cp filename S3://bucketname -recursive
(2)aws s3 cp . S3://bucketname --recursive

Answer:-(2)aws s3 cp . S3://bucketname --recursive



Discussion

No Comment Found