You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter an issue with geesefs, version 0.40.8, when I am using S3 endpoints that return HTTP 403 for any endpoint that doesn't exist, instead of HTTP 404, even though the session is correctly authenticated.
The credentials are correct because I can use them with s3fs or s3cmd without an issue. Our investigation concluded that the issue is with the postfix added to HEAD calls:
HEAD /EODATA/9ixpj40xr7jy289wkxvc1i7ki16e9f1l HTTP/1.1
When I try the same command but with an MinIO S3 endpoint that correctly returns 404 Not Found it works as geesefs will go further and try to list the content of the bucket and mounts the endpoint correctly.
Is there any way to workaround this postfix addon?
Thanks,
Silviu.
The text was updated successfully, but these errors were encountered:
Hello,
I encounter an issue with geesefs, version 0.40.8, when I am using S3 endpoints that return HTTP 403 for any endpoint that doesn't exist, instead of HTTP 404, even though the session is correctly authenticated.
The credentials are correct because I can use them with s3fs or s3cmd without an issue. Our investigation concluded that the issue is with the postfix added to HEAD calls:
When I try the same command but with an MinIO S3 endpoint that correctly returns
404 Not Found
it works as geesefs will go further and try to list the content of the bucket and mounts the endpoint correctly.Is there any way to workaround this postfix addon?
Thanks,
Silviu.
The text was updated successfully, but these errors were encountered: