mirror of
https://github.com/minio/minio.git
synced 2025-04-05 20:30:32 -04:00
Pass location in MakeBucketWithLocation call (#5605)
fixes regression for gateways
This commit is contained in:
parent
27258b9c54
commit
247c1bb5ef
@ -412,7 +412,7 @@ func (api objectAPIHandlers) PutBucketHandler(w http.ResponseWriter, r *http.Req
|
|||||||
defer bucketLock.Unlock()
|
defer bucketLock.Unlock()
|
||||||
|
|
||||||
// Proceed to creating a bucket.
|
// Proceed to creating a bucket.
|
||||||
err := objectAPI.MakeBucketWithLocation(bucket, "")
|
err := objectAPI.MakeBucketWithLocation(bucket, location)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
writeErrorResponse(w, toAPIErrorCode(err), r.URL)
|
writeErrorResponse(w, toAPIErrorCode(err), r.URL)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user