Articles → AWS → Copy Files From The Local System To S3 Bucket Using CLICopy Files From The Local System To S3 Bucket Using CLIIn this article, we will copy files from the local system to S3 bucket using CLI.Prerequisite First step is to configure CLI. You can refer to this article for CLI configuration. The second step is to create a S3 bucket.Copy Files Here, we will copy the following files on S3.Click to EnlargeTo copy files, go to the path using the cd command. Write the following command.aws s3 cp --recursive . s3://gyansangrah-aws/In the above command, gyansangrah-aws is the bucket name.Click to EnlargeThe file gets copied on S3.Click to EnlargePosted By - Karan Gupta Posted On - Tuesday, September 28, 2021 Query/Feedback Your Email Id** Subject* Query/Feedback Characters remaining 250**
aws s3 cp --recursive . s3://gyansangrah-aws/
Query/Feedback