[GH-ISSUE #2069] Feature Request: Support Storage Layout and Rapid Storage APIs #248

Open
opened 2026-03-03 12:09:25 +03:00 by kerem · 0 comments
Owner

Originally created by @suni72 on GitHub (Nov 15, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/2069

Please add support for Storage Layout API and Rapid Storage APIs to the fake-gcs-server. This will enable testing of new GCS features (like Zonal support) using fake-gcs-server for local integration testing.

Specific API Support Required

  1. getStorageLayout API

Purpose: This API is used to determine bucket types (Zonal/HNS/Standard etc)

  1. Zonal Bucket APIs (gRPC Bidi APIs in storage v2)

Purpose: gRPC Bidi APIs are used for reading/writing data from Zonal buckets.

Originally created by @suni72 on GitHub (Nov 15, 2025). Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/2069 Please add support for Storage Layout API and Rapid Storage APIs to the fake-gcs-server. This will enable testing of new GCS features (like Zonal support) using fake-gcs-server for local integration testing. Specific API Support Required 1. [getStorageLayout](https://docs.cloud.google.com/storage/docs/json_api/v1/buckets/getStorageLayout) API Purpose: This API is used to determine bucket types (Zonal/HNS/Standard etc) 2. Zonal Bucket APIs ([gRPC Bidi APIs in storage v2](https://github.com/googleapis/python-storage/blob/92fc2b00429415b9fbe7cba0167778eee60449e2/google/cloud/_storage_v2/types/storage.py#L1121)) Purpose: gRPC Bidi APIs are used for reading/writing data from Zonal buckets.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#248
No description provided.