Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

Can we upload data in bulk to S3 using an FTP client like Filezilla? If possible, please tell me how can it be achieved?

1 Answer

0 votes
by (44.4k points)
edited by

AWS S3 does not support FTP directly. You can use AWS CLI to do that or AWS SDKs, even then the objects will be uploaded one at a time.

You can use this command to this operation:

aws s3 sync <source> s3://my-bucket/path

 <source> - Mention the directory over here

sync - use this command for operations with a source directory and a destination bucket

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...