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…
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…
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…
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…
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…