fake-gcs-server icon indicating copy to clipboard operation
fake-gcs-server copied to clipboard

Bucket Update support

Open GabriFedi97 opened this issue 1 year ago • 1 comments

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

GabriFedi97 avatar Jul 04 '23 10:07 GabriFedi97

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).

fsouza avatar Jul 05 '23 20:07 fsouza