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

Can't delete folder recursively in S3 #10147

Closed
cyberduck opened this issue Nov 20, 2017 · 1 comment
Closed

Can't delete folder recursively in S3 #10147

cyberduck opened this issue Nov 20, 2017 · 1 comment
Assignees
Labels
bug fixed s3 AWS S3 Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

596102b created the issue

If I try to delete a folder in an S3 bucket that either contains other files or folders.
Latest client on Windows 10.
I tried other clients and this works without issues.

This is the error I get:
[Window Title]
Error

[Main Instruction]
Failure to read attributes of Test.

[Content]
Not Found. Request Error. Please contact your web hosting service provider for assistance.

[Expanded Information]

GET /?max-keys=1000&versions&prefix=Test%2F&delimiter=%2F HTTP/1.1
Date: Mon, 20 Nov 2017 14:57:21 GMT
x-amz-request-payer: requester
x-amz-content-sha256: ****************************************************************
Host: the-bucket-name.s3.amazonaws.com
x-amz-date: 20171120T145721Z
Authorization: ********
Connection: Keep-Alive
User-Agent: Cyberduck/6.3.0.27105 (Windows 10/10.0) (x86)
HTTP/1.1 200 OK
x-amz-id-2: ****************************************************************************
x-amz-request-id: 9C2A37A967A315F4
Date: Mon, 20 Nov 2017 14:57:22 GMT
Content-Type: application/xml
Transfer-Encoding: chunked
Server: AmazonS3
GET /?prefix=Test%2F&uploads HTTP/1.1
Date: Mon, 20 Nov 2017 14:57:21 GMT
x-amz-request-payer: requester
x-amz-content-sha256: ****************************************************************
Host: the-bucket-name.s3.amazonaws.com
x-amz-date: 20171120T145721Z
Authorization: ********
Connection: Keep-Alive
User-Agent: Cyberduck/6.3.0.27105 (Windows 10/10.0) (x86)
HTTP/1.1 403 Forbidden
x-amz-request-id: E148D1A543BE91E2
x-amz-id-2: ****************************************************************************
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Mon, 20 Nov 2017 14:57:21 GMT
Server: AmazonS3
HEAD /Test/ HTTP/1.1
Date: Mon, 20 Nov 2017 14:57:21 GMT
x-amz-content-sha256: ****************************************************************
Host: the-bucket-name.s3.amazonaws.com
x-amz-date: 20171120T145721Z
Authorization: ********
Connection: Keep-Alive
User-Agent: Cyberduck/6.3.0.27105 (Windows 10/10.0) (x86)
HTTP/1.1 404 Not Found
x-amz-request-id: 07532A85DBC92855
x-amz-id-2: ****************************************************************************
Content-Type: application/xml
Transfer-Encoding: chunked
Date: Mon, 20 Nov 2017 14:57:21 GMT
Server: AmazonS3

[^] Hide details [Try Again] [Cancel]

[Footer]
Help

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 5a1796e.

@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