You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for being the only one around who cared to make an emulator for GCP Storage!
So, I've tried to use it with Docker and run the simple hello world from Google in .Net, and I'm getting "NotImplemented" response with this in the container logs:
2023-06-03 23:02:26 Starting server at 0.0.0.0:9594
2023-06-03 23:02:26 [SERVER] All services started
2023-06-03 23:02:38 Method not implemented: POST - /b
2023-06-03 23:02:38 "POST /b?project=orleans-test HTTP/1.1" 501 -
This is happening with the call to create a bucket.
I'm setting the STORAGE_EMULATOR_HOST.
Also tried building the client explicitly with this:
Hello! Thanks for being the only one around who cared to make an emulator for GCP Storage!
So, I've tried to use it with Docker and run the simple hello world from Google in .Net, and I'm getting "NotImplemented" response with this in the container logs:
This is happening with the call to create a bucket.
I'm setting the
STORAGE_EMULATOR_HOST
.Also tried building the client explicitly with this:
Same problem...
Any idea what may be wrong?
Thank you! I appreciate any help!
The text was updated successfully, but these errors were encountered: