Andrew Gaul

Results 483 comments of Andrew Gaul

I think this should be OK. I worry about situations where a root mounts s3fs and a different user creates a device file. We should be careful to make sure...

kahing/goofys#175 has some discussion about NFS and `mknod`. Is this sufficient to support NFS or will s3fs need more changes?

s3fs does not use the `s3://` syntax. Please try: ``` s3fs -o public_bucket=1 1000genomes:/data/NA21143/alignment/ ~/S3_Mount/ ``` Note colon after bucket name).

An s3fs fork implements this: https://github.com/hellochrisyou/S3FS_OpenSSL_RC4_MD5 However I think we should align with the AWS implementation to allow interoperability: https://github.com/gaul/s3proxy/pull/296#issuecomment-530817114

Do you know how to `git bisect`? If so, you can narrow down to which commit introduced this regression. Another approach would be to try to disable features to see...

This always fails on opensuse/leap:15 with: ``` OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: exec: "sh": executable file not found in $PATH: unknown Error: Process completed...

I believe this works with AWS but does Oracle Cloud use a different mechanism?

@achartre could you redirect this to someone at Oracle?