-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error: 501 Not Implemented
#5057
Comments
share |
Here you go
|
Post the entire |
|
they don't implement HEAD object? or they don't implement x-amz-checksum-mode. |
You have to ask R2 to implement |
Sad to see this closed as won't fix. Up until now, mc has been a reliable tool for interfacing with a wide variety of S3 compatible services (including Cloudflare R2) besides connecting to the Minio Server. With the previous release (RELEASE.2024-09-16T17-43-14Z) downloading files from Cloudflare has been working fine, only with RELEASE.2024-10-02T08-27-28Z this stopped working. Concretely, the request from the new version is rejected by Cloudflare because of the added RELEASE.2024-09-16T17-43-14Z Authorization Header
RELEASE.2024-10-02T08-27-28Z Authorization Header
Debug log of RELEASE.2024-09-16T17-43-14Z HEAD request working fine
Debug log of RELEASE.2024-10-02T08-27-28Z HEAD request failing
|
The source is available. You are free to modify the source and use it as you please. |
They are not "S3 compatible" if they are only partially compatible.... Bug your service provider - we can't keep the world standing still because they provide incompatible solutions. |
Expected behavior
mc find R2/bucket/staging --name "*.csv.gz"
should list the files foundActual behavior
Now getting:
mc: <ERROR> Unable to stat `R2/bucket/staging`. 501 Not Implemented.
Steps to reproduce the behavior
mc find R2/bucket/staging
I confirmed it works in previous version, broken in latest version.
mc --version
System information
linux
andwindows
give same error.The text was updated successfully, but these errors were encountered: