About 80 results
Open links in new tab
  1. linux - How stable is s3fs to mount an Amazon S3 bucket as a local ...

    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 …

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

    Sep 7, 2012 · 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 …

  3. S3fs performance improvements or alternative? - Server Fault

    Jun 6, 2012 · 1 I compared s3fs with riofs, and almost switched because of noticeably better performance. Problem is riofs is still not updated to v4 signatures, which means it won't work with …

  4. Resolving dependencies fails on boto3 and s3fs using poetry

    Mar 15, 2023 · Then install the desired s3fs version from the command line with pip install s3fs==version. It will report on the version mismatches between installed and desired, and hopefully …

  5. How to mount AWS s3 using S3FS to allow full access to any user

    Jul 2, 2020 · 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 …

  6. Newest 's3fs' Questions - Stack Overflow

    May 21, 2024 · Here at work we use s3fs because our product uses Oracle and the legacy code load files uploaded thru web direct from Oracle pl/sql, so we need the Oracle Database to see the same …

  7. Problems mounting a S3 bucket with s3fs - Stack Overflow

    s3fs: could not determine how to establish security credentials. I am using s3fs v1.84 on the following AMI ami-0ff8a91507f77f867 (Amazon Linux AMI 2018.03.0.20180811 x86_64 HVM GP2). From the …

  8. amazon s3 - s3fs use credentials and config within $HOME/.aws as ...

    Nov 11, 2021 · I'm looking at the readme of s3fs repo. I wouldlike to mount an S3 dir locally using this tool. The readme says: s3fs supports the standard AWS credentials file ...

  9. rsync - s3fs Input/output error - Server Fault

    Aug 28 13:37:46 server s3fs:###response=403 I already tried creating the authentication file /etc/passwd-s3fs and setting the access and private key, passing it through the command line.

  10. S3FS python, credential inline - Stack Overflow

    Aug 15, 2017 · I am trying to use python s3fs to read files in S3 AWS. I could not find the code to put credential (Access key + Secret) into s3fs code. Can anyone please help me how to set this info …