Skip to content

Commit

Permalink
PutBucketLifeCycleConfiguration: Return 200 instead of 204 (minio#8656)
Browse files Browse the repository at this point in the history
  • Loading branch information
kannappanr authored and harshavardhana committed Dec 17, 2019
1 parent c8d8258 commit 16ac4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bucket-lifecycle-handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 16ac4a3

Please sign in to comment.