mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
PutBucketLifeCycleConfiguration: Return 200 instead of 204 (#8656)
This commit is contained in:
parent
c8d82588c2
commit
16ac4a3c64
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue