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
I'm running into a problem where the client throws when calling UpdateBucketAsync() with the following exception: The service storage has thrown an exception. HttpStatusCode is NotFound. Not Found which corresponds to the fake-gcs-server container logs:
It looks like your failing request is a PUT request to update a bucket. I'm no GoLang expert, but it seems that the code doesn't support PUT requests on that route:
I'm trying to create a bucket with versioning enabled.
I've followed Google Cloud documentation here, with the addition of creating the bucket, my code looks like the following:
I'm running into a problem where the client throws when calling
UpdateBucketAsync()
with the following exception:The service storage has thrown an exception. HttpStatusCode is NotFound. Not Found
which corresponds to thefake-gcs-server
container logs:Theres nothing I can spot in the docs that suggest I'm missing something here.
The text was updated successfully, but these errors were encountered: