minio/cmd/gateway/gcs
Klaus Post 421160631a
MakeBucket: Delete leftover buckets on error (#13368)
In (erasureServerPools).MakeBucketWithLocation deletes the created 
buckets if any set returns an error.

Add `NoRecreate` option, which will not recreate the bucket 
in `DeleteBucket`, if the operation fails.

Additionally use context.Background() for operations we always want to be performed.
2021-10-06 10:24:40 -07:00
..
gateway-gcs.go MakeBucket: Delete leftover buckets on error (#13368) 2021-10-06 10:24:40 -07:00
gateway-gcs_test.go fix: minor allocation improvements in xlMetaV2 (#12133) 2021-05-07 09:11:05 -07:00