-
Notifications
You must be signed in to change notification settings - Fork 149
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
Error = A parameter you provided functionality that in not implemented #708
Comments
It sounds like your client is attempting to use an API that isn't supported yet. Prior to 3.0, there was only minimal error handling for unsupported features, and there's a good chance that whatever it was doing failed silently. Your s3rver log should have an entry for each of the relevant endpoints with a |
An ?acl error in the nginx log Error 501 GET /test-bucket/?acl= HTTP / 1.1 But it works in version 2.2.6-2.2.9! |
I was able to solve the error (CloudBerry Explorer "Task = copy / Error = A parameter you provided functionality that in not implemented") and also the error (Error 501 GET / test-bucket? Acl = HTTP / 1.1) myself! I edited "lib/router.js", and for each "acl:" a new line with "return objectCtrl.getObjectAcl(ctx);" inserted! With "CloudBerry Explorer" there are no more errors when opening and editing! |
@parajbs , could you provide PR to fix that? |
I am currently having other problems with POST-stream and cannot create PR! I just edited the file (lib / router.js)! I just added a new line with the text "return objectCtrl.getObjectAcl (ctx);" under ALL "case acl:" before: later: That was all! the error (Error 501 GET / test-bucket? Acl = HTTP / 1.1) is gone! |
Here link my repository with fix: As a PR, I can't give it out yet! |
I installed version 2.2.6 - 2.2.9, but there are problems with the directories! But I was able to upload / download / open and edit files without any problem!
Then I tested versions 3.0.0 - 3.6.1! There I can create directories, upload and download files without problems!
But when I want to open and edit a file there are problems and error messages (CloudBerry Explorer "Task = copy / Error = A parameter you provided functionality that in not implemented")!
In version 2.2.6-2.2.9 this function was ok!
Question:
Is this function no longer available in version 3.6.1 Or did I always do something wrong?
I have it on two different root servers and local PCs, with different node.js versions, but I keep getting this problem!
The text was updated successfully, but these errors were encountered: