Questions tagged [s3fs]

s3fs is FUSE-based filesystem that stores files in AWS S3.

s3fs is FUSE-based filesystem that stores files/data in AWS S3.

65 questions
0
votes
1 answer

Cannot mount AWS S3 bucket/path using s3fs on CentOS 7

From a CentOS 7 virtual machine running on Azure, I am unable to mount an AWS S3 bucket using s3fs. The path part of the bucket location is removed before s3fs checks for bucket's existence: s3fs version 1.90(unknown) : s3fs -f -o…
0
votes
2 answers

Unable to mount a folder in Ubuntu to as AWS S3 Bucket

I am attempting to mount a folder on a fresh AWS EC2 instance running Ubuntu 18.04, to AWS S3. I've been following instructions I found at https://cloud.netapp.com/blog/amazon-s3-as-a-file-system and…
0
votes
1 answer

Experience with using Openstack Swift with s3fs multi user access?

Does anyone have experience with using Openstack Swift object storage with s3fs and having multiple write mounts accessing the same file(s) at the same time? The man page for s3, for example: https://linux.die.net/man/1/s3fs has this…
mlum
  • 1
0
votes
1 answer

chmod/chown/mkdir: Operation not permitted as root

I get Operation not permitted for root user on one server but not on the other "identical" server. Running on Amazon Linux 1. Server 1: [root@preprod-1 ]# chown root:root /s3mnt/outliers/ chown: changing ownership of ‘/s3mnt/outliers/’: Operation…
masterpiece
  • 115
  • 1
  • 1
  • 8
0
votes
2 answers

Mount AWS S3 on boot while behind proxy using s3fs

In order to get a mount to work I have to first set the http_proxy environment variable before I run s3fs. export https_proxy= s3fs -d mount-point -o url=https://s3.us-gov-west-1.amazonaws.com -o use_path_request_style I'd…
eng3
  • 167
  • 10
1 2 3 4
5