FTP/SFTP access to an Amazon S3 Bucket -


is there way connect amazon s3 bucket ftp or sftp rather built-in amazon file transfer interface in aws console? seems odd isn't readily available option.

just mount bucket using s3fs file system (or similar) linux server (e.g. amazon ec2) , use server's built-in sftp server access bucket.

  • install s3fs
  • add security credentials in form access-key-id:secret-access-key /etc/passwd-s3fs
  • add bucket mounting entry fstab:

    <bucket> /mnt/<bucket> fuse.s3fs rw,nosuid,nodev,allow_other 0 0 

for details, see guide setting sftp access amazon s3.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -