Skip to content
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

404 error response when downloading folders #7971

Closed
cyberduck opened this issue May 22, 2014 · 5 comments
Closed

404 error response when downloading folders #7971

cyberduck opened this issue May 22, 2014 · 5 comments
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

b51cd3f created the issue

I just reinstalled 4.4.3 to make sure it wasn't a permissioning problem. Version 4.4.3 works fine. Looks like Cyberduck is leaving out the trailing slash when trying to download folder and contents from S3, which results in a 401 response.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Sample error response

HEAD /9c5fa491-3e01-4fa4-ac76-3d58a6de4b9a HTTP/1.1
Date: Mon, 26 May 2014 11:54:03 GMT
Authorization: AWS =
Host: test.cyberduck.ch.s3.amazonaws.com:443
Connection: Keep-Alive
User-Agent: Cyberduck/4.5 (Mac OS X/10.9.3) (x86_64)
HTTP/1.1 404 Not Found
x-amz-request-id: 1A478858E8F6F6CC
x-amz-id-2: Bgg7F+
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Mon, 26 May 2014 11:54:02 GMT
Server: AmazonS3

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 1e23173.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added test in 55accc7.

@cyberduck
Copy link
Collaborator Author

b51cd3f commented

Still repros in Version 4.5 (14838):

User-Agent: Cyberduck/4.5 (Mac OS X/10.9.3) (x86_64)
HTTP/1.1 404 Not Found
x-amz-request-id: 85
x-amz-id-2: Zy4+
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Fri, 27 Jun 2014 17:51:31 GMT
Server: AmazonS3

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 426889b.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fixed s3 AWS S3 Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants