Answer the question
In order to leave comments, you need to log in
Mount Amazon S3 storage?
Is it possible in Debian to mount the Amazon repository as a regular folder?
I tried to use s3cmd, but for some reason it periodically crashes with some kind of python errors
Answer the question
In order to leave comments, you need to log in
s3fs will help you.
code.google.com/p/s3fs/ compile
, install.
And
then s3fs bucketname -o accessKeyId=XXXXXXX -o secretAccessKey=XXXXXXXX /mnt/s3drive
Not sure if this solution will work for you, but I mounted the file system (root / ) of my Amazon EC2 instance like this:
# mkdir fs/
# sshfs -o IdentityFile=<pk_from_key_pair> [email protected]<server_name>:/ fs/
# fusermount -u fs/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question