+1 vote
in Amazon Storage (S3) by

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

Select the correct answer from below options: 

a) aws s3 cp filename S3://bucketname –-recursive

b) aws s3 cp . S3://bucketname --recursive

Amazon Storage (S3) Questions and Answers 2022

Amazon S3 Cloud Tutorial

1 Answer

0 votes
by
edited by

Correct answer of the above question is : b) aws s3 cp . S3://bucketname --recursive  is the command to copy files recursively in a folder to an S3 bucket

Related questions

+1 vote
asked Jan 13, 2023 in Hadoop by john ganales
0 votes
asked Dec 12, 2021 in AWS by SakshiSharma
...