mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 05:35:56 +03:00
[GH-ISSUE #1943] SelfLink field not present in response when creating a bucket #229
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#229
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 @mdedetrich on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1943
In https://github.com/fsouza/fake-gcs-server/pull/1524
selfLinkwas added to various responses to improve compatibility with clients however there are still issues with specific requests, namely creating a bucket.When I try to use pekko streams google cloud storage client to create a bucket using the latest fake-gcs-server I receive the following response
which as you can see is missing the
selfLinkfield. The fields which the pekko-streams client needs can be seen heregithub.com/apache/pekko-connectors@c207c292ee/google-cloud-storage/src/main/scala/org/apache/pekko/stream/connectors/googlecloud/storage/Bucket.scala (L16-L32)