mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
PutBucketLifeCycleConfiguration: Return 200 instead of 204 (#8656)
This commit is contained in:
parent
c8d82588c2
commit
16ac4a3c64
@ -80,7 +80,7 @@ func (api objectAPIHandlers) PutBucketLifecycleHandler(w http.ResponseWriter, r
|
||||
globalNotificationSys.SetBucketLifecycle(ctx, bucket, bucketLifecycle)
|
||||
|
||||
// Success.
|
||||
writeSuccessNoContent(w)
|
||||
writeSuccessResponseHeadersOnly(w)
|
||||
}
|
||||
|
||||
// GetBucketLifecycleHandler - This HTTP handler returns bucket policy configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user