Andrew Gaul

Results 654 comments of Andrew Gaul

Why can't you put the authentication keys in a file: https://github.com/s3fs-fuse/s3fs-fuse?tab=readme-ov-file#examples

`strace` is not helpful. Try running s3fs with `-d -o curldbg`.

Can you show the logs from the unsuccessful operation? The curl debug logs appear to be from the `mount` not from the `ls`.

Yes you can add `sigv2` to fstab. Does NetApp really not support sigv4? AWS added this over 10 years ago. The wiki suggests that the defaults should work: https://github.com/s3fs-fuse/s3fs-fuse/wiki/Non-Amazon-S3#netapp-storagegrid

Too bad about sigv4. Does it work with sigv2? If so can we close this issue? The syntax I last used is slightly different than you suggested: https://stackoverflow.com/a/54223184/2800111

This won't immediately work since jclouds reaches out to google.com to do oauth. I guess I could add anonymous access to jclouds but it's probably a better long-term solution to...

This will be tough in the short-term since the jclouds GCS provider calls out to OAuth unconditionally and does not appear to have an anonymous mode. But the referenced commit...

I believe that your S3 client is using a marker that was not supplied by the object store. S3 supports any arbitrary string as a marker, for example: S3 has...

I don't mean that your code is incorrect but that the underlying S3 library may be doing an operation that S3Proxy using Azure cannot support. Can you share specifically which...

https://lists.apache.org/thread/cqhd78qqlw6fhfz88r5m1oz8865prbqd