s3fs Questions

8

I'm having problem using S3FS. I'm using ubuntu@ip-x-x-x-x:~$ /usr/bin/s3fs --version Amazon Simple Storage Service File System 1.71 And I have the password file installed in the /usr/share/mya...
Hodgkinson asked 9/7, 2013 at 9:3

11

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 specif...
Guyenne asked 3/5, 2012 at 16:15

3

I want to mount s3fs inside of docker container. I made docker image with s3fs, and did like this: host$ docker run -it --rm docker/s3fs bash [ root@container:~ ]$ s3fs s3bucket /mnt/s3bucket -o ...
Plerre asked 26/7, 2014 at 0:30

2

Solved

I am creating binary of s3fs-fuse on Ubuntu 14.04 by following the compilation link. In some systems I get the below error while doing the mount operation on kubernetes pods ---- ------ ---- ----...
Teddytedeschi asked 7/6, 2018 at 13:2

4

Solved

I'm using s3fs and osxfuse to mount an S3 directory on my Mac: s3fs my-bucket-name $PWD/s3 When it's time to unmount it, I do this: % s3fs umount $PWD/s3 s3fs: MOUNTPOINT directory /Users/kwill...
Mcclung asked 10/5, 2019 at 15:17

6

Solved

Redhat with Fuse 2.4.8 S3FS version 1.59 From the AWS online management console i can browse the files on the S3 bucket. When i log-in (ssh) to my /s3 folder, i cannot access it. also the command:...
Econometrics asked 23/12, 2012 at 10:5

2

Solved

I have installed the latest s3fs on Centos 7 in AWS, and can mount my S3 bucket and read from it. My requirement is to allow any user to read, write, create and delete files and folders including o...
Washroom asked 1/7, 2020 at 23:46

2

I am trying to run my spark job on Amazon EKS cluster. My spark job required some static data (reference data) at each data nodes/worker/executor and this reference data is available at S3. Can so...
Hypervitaminosis asked 3/8, 2018 at 12:46

1

S3FS - 403 Access Denied problem. I cannot mount my S3 bucket using S3FS library. Problem: Access Denied - 403 HTTP error. S3FS version: 1.86 I'm using the credentials stored by aws cli. And the...
Interregnum asked 19/3, 2020 at 11:3

4

I am trying to mount S3 as a volume on AWS ECS docker container using rexray/s3fs driver. I am able to do this on my local machine, where I installed plugin $docker plugin install rexray/s3fs a...
Pompidou asked 27/8, 2018 at 14:30

5

Solved

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 allow_other,use_cache=/tmp,url=https:...
Platelet asked 9/4, 2013 at 1:32

1

Solved

I'm using s3fs to mount a lot of files to an S3 bucket. It works fine except the fact that my local disk space is also growing a lot (the content in the /tmp directory). My command is: $ su ec2-...
Groggery asked 21/1, 2019 at 14:45

3

I have this option "-o use_cache=/tmp" set when I mount my S3 bucket. Is there a limit on how much room it will try to use in tmp? Is there a way to limit that or otherwise expire items after X amo...
Hildy asked 20/1, 2015 at 5:3

1

Solved

So I just want to add my s3 bucket from amazon to my docker swarm. I've saw many "possible" solutions on the internet but I can't connect them to add the content of my bucket as volume. So the las...
Carrara asked 20/3, 2018 at 8:56

1

As far as I can tell the only way to mount an s3 bucket with s3fs is to use an accesskey:secretkey specified in a file with various file locations supported. However, if I'm an ec2 instance, in t...
Gandhiism asked 4/5, 2017 at 21:45

3

what do I want to do? Step1: Mount a S3 Bucket to an EC2 Instance. Step2: Install a FTP Server on the EC2 Instance and tunnel ftp-requests to files in the bucket. What did I do so far? create...
Jiffy asked 5/1, 2017 at 14:2

3

Solved

I have an Amazon S3 bucket (let's call it static.example.com) that I need to mount on an EC2 instance (Ubuntu 12.04.2). I've installed s3fs. I'm able to mount the volume, but I can't write to the b...
Dylane asked 17/4, 2013 at 20:35

1

Solved

I am doing a large amount of file upload and download between two s3fs mounted directories within two EC2 machines. If the transaction is high, automatically mounted s3fs throws an error Transport ...
Bianco asked 27/5, 2016 at 6:17

1

I am trying to use Amazon EC2 Servers as my SFTP server where I can create authenticated users to sftp into my server. I have mounted s3 buckets onto the servers at location /mnt/buckets/{username}...
Pronuba asked 9/11, 2015 at 22:37

2

Solved

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 app...
Petard asked 7/5, 2013 at 21:7

2

Solved

Using S3FS and FUSE to mount a S3 bucket to an AWS EC2 instance, I encountered a problem whereby my S3 files are being updated, but the new files doesn't adopt the proper permission. The ACL right...
Furtherance asked 7/8, 2013 at 4:12

2

Solved

How stable is s3fs to mount an Amazon S3 bucket as a local directory in linux? Is it recommended/stable for high demand production environments? Are there any better/similar solutions? Upda...
Sirrah asked 29/5, 2012 at 14:27

2

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 w...
Joab asked 10/12, 2012 at 6:18

3

Solved

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 Sparkleshar...
Tolkan asked 19/3, 2012 at 2:50
1

© 2022 - 2024 — McMap. All rights reserved.