goofys
goofys copied to clipboard
a high-performance, POSIX-ish Amazon S3 file system written in Go
I know this is a long shot, but are there plans to say disable multipart uploading similar to what [s3fs has](https://github.com/s3fs-fuse/s3fs-fuse/blob/9ab5a2ea73eb890f7d0944430fd28caed77cf4ee/doc/man/s3fs.1.in#L279)? Or if I wanted to change it to not...
We set up goofys to mount from AWS S3 bucket inside the container image. Recently when the bucket gets large, the files don't get updated. Some small files like the...
Hello, When I try to delete a file in a local S3 appliance I always get this message: ``` /usr/local/bin/goofys[27258]: s3.DEBUG DEBUG: Validate Response s3/DeleteObject failed, not retrying, error ObjectUnderRetention:...
I got a panic error during the copy of a file in a ec2 where goofys is used to mount an S3 bucket. I have been using goofys with bucket...
When mounting multiple S3-compliant storages (e.g., S3, GCS, R2, etc.), we can use /root/.aws/credentials to define the different profiles and mount via /etc/fstab Is there a possibility to mount the...
Hi - none of the build commands seem to work anymore Go get is no longer supported Brew cask has changed, but even reworking that command I get Error: goofys...
currently for s3-compatible server, we only support static credentials and assume role, could it be possible to support assume role with webidentity as well
This PR adds support for writing a PID file. This lets us clean up our Kubernetes flexvol mounts (https://github.com/StatCan/s3-fuse-flex-volume) since we can track the pid of the goofys instance we...
I have a bucket which I don't own, but is shared with my account according to this guide https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-policy.html To access this bucket, I can use my own tenant credentials,...
Hello, I'm trying to mount an S3 Object Lambda Access Point alias to my local file system using goofys, but it seems that goofys is unable to access the alias....