mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #1443] Batch delete operations failed for unable to process request #197
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#197
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Xuanwo on GitHub (Jan 9, 2024).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1443
When making a batch request to fake-gce-server, it responds with "unable to process request" for every part.
log-leveltodebug, but couldn't find any additional meaningful information.1.4.7@fsouza commented on GitHub (Jan 10, 2024):
Thanks for reporting! Would you be able to share a snippet reproducing the issue?
@zjregee commented on GitHub (Jan 16, 2024):
When using fake-gcs-server with Docker,
and sending an HTTP request (sent by the opendal project) using the GCS batch API like this,
it reproduces this issue.