This tag is about [s3fs](http://code.google.com/p/s3fs/wiki/FuseOverAmazon) which allows you to mount an Amazon S3 bucket as a local filesystem.

learn more… | top users | synonyms

3
votes
1answer
97 views

How can I mount an S3 bucket to an EC2 instance and write to it with PHP?

I'm working on a project that is being hosted on Amazon Web Services. The server setup consists of two EC2 instances, one Elastic Load Balancer and an extra Elastic Block Store on which the web ...
-2
votes
0answers
41 views

How can you mount an S3 bucket and use PHP to write a file to it? [duplicate]

I'm working on a project that is being hosted on Amazon Web Services. The server setup consists of two EC2 instances, one Elastic Load Balancer and an extra Elastic Block Store on which the web ...
0
votes
1answer
21 views

“s3fs cache” — can I use s3fs cache for Nginx?

I'm using s3fs for Web contents strage. It's mount point is "/data/xxx.com/". s3fs cache path is "/data/cache/xxx.com/". Now My Nginx using "/data/xxx.com/" for Document root. I wont to replace this ...
1
vote
2answers
41 views

Enable S3 bucket contents to always be public

I've managed to use S3FS to mount an Amazon S3 folder into my Wordpress site. Basically, my gallery folder for NextGEN gallery is a symlink to a mounted S3FS folder of the bucket, so when I upload an ...
0
votes
1answer
85 views

Mount multiple s3fs buckets automatically with /etc/fstab

In the s3fs instruction wiki, we were told that we could auto mount s3fs buckets by entering the following line to /etc/fstab s3fs#mybucket /mnt/mybucket fuse ...
0
votes
1answer
28 views

s3fs permisssions for s3 directory

I'm trying to mount the s3 directory to my EC2 instance. I'm getting everything to work except my user is not able to write to the mounted directory. I even ran with the allow_other permision set. Is ...
0
votes
1answer
94 views

different permissions for same amazon s3fs bucket mounted on 2 different instances?

I am mounting the same amazon bucket on 2 different Ubuntu server instances but ubuntu user can only write on the first one not the second. On the second one it has reading rights but not writing. I ...
0
votes
1answer
123 views

When using s3fs, 'ls' command shows nothing

I've been trying to set up Amazon S3 as a backup service for my files. I'd like to use the service by mounting it as a drive on my ubuntu install, and the s3fs project is supposed to make that ...
0
votes
0answers
27 views

s3fs IAM Signing Certificate instead of access key

As much as possible, I don't want to store access keys in my PC/server so I want to use an IAM signing certificate instead, like how I do with other AWS command line tools. Does anyone know how I can ...
1
vote
1answer
68 views

Understanding storage requirement for amazon s3 using fuse-s3fs

I got a question to understand the mount process of Amazon s3 service suing fuse-s3fs, when i mount amazon s3 service bucket, does it copies whole data to my local system or it will just act as view ...
0
votes
0answers
83 views

s3fs not working when cache is enabled

I am using S3FS to access my bucket via my EC2 server. The appear to be some problems with the caching option: if I use the following command sudo s3fs foo-bucket /var/www/s3/ -o allow_other ...
2
votes
0answers
135 views

s3fs on Amazon EMR: Will it scale for approx 100million small files?

Please refer to the following questions already asked: Write 100 million files to s3 and Too many open files in EMR The size of data being handled here is atleast around 4-5TB. To be precise - 300GB ...
0
votes
1answer
132 views

s3fs disable cache

I have problem with viewing video from my bucket on S3. I'm using EC2 instance. Bucket mounted as folder via s3fs. When i try to load a big file i have a pause before starting download. In this pause, ...
0
votes
1answer
337 views

Amazon S3 with s3fs and fuse. script to unmount and mount

Redhat with Fuse 2.4.8 S3FS version 1.59 In addition to: Amazon S3 with s3fs and fuse, transport endpoint is not connected I would like to make a script to fix the situation. The script will ...
3
votes
1answer
186 views

Heroku: Using external mount in local filesystem

I know it's possible to mount an Amazon S3 bucket using Fuse (s3fs [or s3fsr ruby gem?]). My case is specific to Heroku. Heroku's filesystem is readonly for scalability and such, but is there a way ...
1
vote
1answer
139 views

Image upload with s3fs and application performance

I am developing a web application in ASP.NET 4.5. One part of the application includes the user the option to upload images. The images are stores on Amazon S3. Right now the pathc I though about ...
0
votes
1answer
91 views

Placing the contents from s3 to my file system?

I have been trying to push the files in s3 to my ec2 instance. When I do so : sudo s3fs -o allow_other -o default_acl="public-read" files /home/logs It doesn't give any error. But when I tried to ...
0
votes
0answers
342 views

FUSE vs Apache Flume [closed]

I would like to aggregate the web logs from various web servers in S3 in order to later run MapReduce over them. I understand that Flume is able to help me shuttle those logs to S3. However, I ...
0
votes
1answer
129 views

How to copy files and directories to EBS from a S3 bucket mount with s3fs

I have a S3 bucket mount as a volume in one EC2 instance with S3FS. I've created with PHP a directory structure there with more than 20GB now. By the moment S3FS is exhausting instance memory and ...
0
votes
2answers
3k views

How to mount a Amazon S3 bucket by using FUSE - S3FS

This is driving me up the wall. I am still a little new to Linux but i do understand how to do most of day to day stuff I need to do. What I am trying to do is mount a Amazon S3 bucket to a mount ...
1
vote
1answer
928 views

Amazon s3 bucket mount [closed]

On amazon ec2 machine when I run command to mount s3 bucket it gives error /bin/mount:unrecognized option "--no-canonicalize" The command I used s3fs -o allow_other -o ...
-1
votes
1answer
353 views

EC2 to S3 - Amazon

I am running Adobe Media Server 5 on a EC2 machine and I also have a recording application that saves .flv file to the default AMS folder, I`d like to send all recorded files to S3 as soon as they get ...
0
votes
1answer
507 views

Very slow connection between EC2 and S3. Is it normal? [closed]

I am trying to setup CDN for my website. So, this is what I did: Created S3 bucket Created CloudFront distribution based on this test bucket Mounted my test s3 bucket on my ec2 instance using ...
0
votes
0answers
120 views

S3backer slow backup

I am not sure if this is right place to ask this question though I am very new to AWS. I have a production server with S3backer backup. However I am noticing very slow backup transfer to s3backer ...
0
votes
1answer
341 views

make file not working for s3fs

Hi i am trying to install s3fs but i am getting the following error. *** No targets specified and no makefile found. Stop. any ideas i am following the installation tutorial ...
10
votes
1answer
4k views

Set cache-control for entire S3 bucket automatically (using bucket policies?)

I need to set cache-control headers for an entire s3 bucket, both existing and future files and was hoping to do it in a bucket policy. I know I can edit the existing ones and I know how to specify ...
0
votes
3answers
2k views

Change user ownership of s3fs mounted buckets

how can I modify the user:group ownership of a s3fs mounted bucket? I have a git installation that I would essentially like to store on my Amazon S3 account in a bucket, and then using Sparkleshare, ...
1
vote
2answers
619 views

3fs: AWS Message: Access Denied Ubuntu 11.10

i installe s3fs as it is described here http://code.google.com/p/s3fs/wiki/InstallationNotes then in i create user bucket_user then put his accessKeyId:secretAccessKey in /etc/passwd-s3fs them is ...
0
votes
0answers
116 views

Different programs calling the same function with same input, but having different output?

I am trying to work on s3fs, a FUSE-based file system to backup data in Amazon cloud side. In my implementation, I developed two functions using AES:CBC in crypto++ to encrypt and decrypt data in a ...
0
votes
2answers
1k views

s3fs mount cannot see objects

I have successfully mounts my bucket using s3fs, but I cannot see the objects (files in sub-directories) I created using the PHP library. If I add a file at the root level, I can see that. If I create ...
0
votes
2answers
612 views

s3fs unable to mount bucket

I apologize in advance for asking such a stupid question, but how do I mount a s3 bucket on my file system using s3fs? I used the simple instructions given in: ...
1
vote
1answer
544 views

S3 buckets randomly unmount on EC2 instance

My company currently is using S3fs and Ec2 from AWS. We have been mounted our s3 buckets on our Ec2 instances, but after some time (a week, for example) some of the buckets unmount by themselves and ...
1
vote
0answers
402 views

Streaming content with CloudFormation + Flash Media Server + S3/CloudFront

My company is using Amazon CloudFront service as Content Distribution Network. But recently we need to add new functionality to capture the raw video stream data of a video but we got the following ...
2
votes
2answers
1k views

Amazon AWS s3fs mount problem on Fedora 14

I successfully compiled and installed s3fs (http://code.google.com/p/s3fs/) on my Fedora 14 machine. I included the password credentials in /etc/ as specified in the guide. When I run: sudo ...
0
votes
2answers
163 views

Generating PDFs directly to path on s3fs (mounted Amazon S3 bucket)

Has anyone used the s3fs utility for Amazon S3? I have some scripts that generate large PDF documents on-the-fly, most will be in the 10+ MB range, but some will be perhaps 2 GB. Is there any danger ...