mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #919] Any plan to provide a minimal web / ui interface ? #143
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#143
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 @cmoine on GitHub (Sep 14, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/919
Let me give some background. We are migrating from:
To:
fake-gcs-serverfor local testing.First of all, thank you so much for this project which seems definitely the most robust for the moment (compared to https://github.com/oittaa/gcp-storage-emulator, official
gcloudemulator (in Beta....)).However, we will lose the Minio web UI + Big Data Tools IntelliJ plugin which is for the moment not capable of connecting an emulator :( (https://youtrack.jetbrains.com/issue/BDIDE-3419/Cannot-specify-URL-when-connecting-to-GCS)
Hence my question: is this functionality in the pipe please? Is there another tool to provide something similar?
I understand this is a big feature.
I hope the answer will help the community anyway! <3
@fsouza commented on GitHub (Sep 14, 2022):
Hey, thanks for opening this issues. No plans on my side, though it would be a very nice feature! It'd be something hard for me to drive though. Perhaps I can look at the minio UI for "inspiration" 🙈
I'll leave the issue open in case someone wants to volunteer :)
@StevenACoffman commented on GitHub (Oct 10, 2022):
@cmoine Have you tried hooking https://github.com/bashbaugh/cloud-storage-file-browser up to fake-gcs-server and seeing if it would work?
@drehelis commented on GitHub (Nov 28, 2022):
Another alternative could be https://github.com/ishvad/gcs-bucket-listing but I couldn't make it work with fake-gcs
@brandnday commented on GitHub (Oct 30, 2024):
Hi, I'm interested to create simple React based UI for the bucket/file explorer and to upload files with metadata.
Do you have some guidelines regarding contributing? And would it be okay to have some TS for the UI & BFF in the same repository?
@drehelis commented on GitHub (Sep 14, 2025):
Now there is
https://github.com/fsouza/fake-gcs-server/discussions/2027
@drehelis commented on GitHub (Sep 29, 2025):
@fsouza Do you think this can be added to the main readme file?