goofys icon indicating copy to clipboard operation
goofys copied to clipboard

a high-performance, POSIX-ish Amazon S3 file system written in Go

Results 171 goofys issues
Sort by recently updated
recently updated
newest added

I am mounting a Google Cloud Storage bucket with goofys (fuse) to my docker container and running deep learning training. The training data is ~10k datapoints and test ~600 datapoints....

Is this command only for S3 and not Wasabi? goofys#user.goofys.us-east-1 /user.goofys.us-east-1 fuse _netdev,allow_other,--file-mode=0755,--dir-mode=0777 0 0 /usr/bin/goofys#user.goofys.us-east-1 /user.goofys.us-east-1 fuse _netdev,allow_other,--file-mode=0755,--dir-mode=0777 0 0 *goofys copied into /usr/vin user@user-chia:~$ sudo mount /user.goofys.us-east-1 [sudo]...

Need Info

Tried a few method: cp, mv, rsync, Ubuntu 20.04 GUI "copy to" "move to" to move ~200GB files from either local HDD or NAS within LAN mounted on NFS failed...

$ goofys -f --endpoint http://.dfs.core.windows.net abfs://myfiles ./tmp/ ... 2021/06/02 14:37:57.069545 main.ERROR Unable to access 'myfiles': permission denied 2021/06/02 14:37:57.069600 main.FATAL Mounting file system: Mount: initialization failed I have my credentials...

Using Goofys, I experience dozens of TCP out resets per second. I am concerned this is affecting performance. Environment: Goofys 0.24.0, Ubuntu 20.04.2 LTS VM location: Have tried with VMs...

For example, specifying the value for --sse-c at the command line would expose the value to commands such as ps. Is there another way (i.e. config file or environment variables)?

Hi, a) Can you share examples to access a MinIO buckets. b) Is it possible to programmatically create a mount point, based on the bucket name.

### Description At the current implementation it is not possible to set the AWS [max_attempts](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-config-max_attempts) variable, and the default value is always use. On some scenarios with high concurrency the...

Hi, I tried to mount goofys on system bootup in etc/init.d as instructed [here](https://stackoverflow.com/questions/42102877/how-to-automatically-mount-s3-bucket-right-after-connecting-to-ec2-instances) using the following script: ``` #! /bin/sh # # goofys Automount Aliyun OSS Bucket in the...

I'm using goofys to mount (on-demand) S3 buckets to Ubuntu 16.04 images (on AWS). I'm noticing the following issue on mount where the filesystem isn't mounted. ``` Jul 24 18:31:47...