0

I am new here at stackoverflow.

I have a question regarding a process of bulk importing of data.

Scenario: We have XYZ system that have a feature to bulk import data, but we are having trouble on how we can do the bulk import of images to aws S3 via SFTP. Take note that these images are related to data that have been imported via bulk import.

Hoping to hear back from anyone that is knowledgeable on this regard. Thanks.

Cheers!

1 Answers1

0

S3 does not have native SFTP support.

You can upload to S3 using the awscli (the s3 sync option may be useful), write your own uploader using the S3 APIs, or find a 3rd-party solution.

If you absolutely must have SFTP, then see another Stack Overflow post: FTP/SFTP access to an Amazon S3 Bucket.

jarmod
  • 71,565
  • 16
  • 115
  • 122