fsouza / fake-gcs-server

Google Cloud Storage emulator & testing library.
https://pkg.go.dev/github.com/fsouza/fake-gcs-server/fakestorage?tab=doc
BSD 2-Clause "Simplified" License
1.04k stars 209 forks source link

Bucket Update support #1238

Open GabriFedi97 opened 1 year ago

GabriFedi97 commented 1 year ago

Looks like that the bucket update API is not yet supported. From the docs it should be a PUT method on path /b/{bucketName}.

I can try to provide an implementation and contribute to the project if it could speed up the process.

Google Cloud docs: https://cloud.google.com/storage/docs/json_api/v1/buckets/update

fsouza commented 1 year ago

Yeah, right now bucket update isn't supported because there's nothing to update: bucket attributes are not supported yet (they will soon though, see #1174).