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
Post a Comment