mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Test proxying of DEL marker for bucket replication (#19870)
Make sure to avoid proxying for DEL markers Signed-off-by: Shubhendu Ram Tripathi <shubhendu@minio.io>
This commit is contained in:
@@ -1040,7 +1040,7 @@ func (api objectAPIHandlers) CompleteMultipartUploadHandler(w http.ResponseWrite
|
||||
// Get object location.
|
||||
location := getObjectLocation(r, globalDomainNames, bucket, object)
|
||||
// Generate complete multipart response.
|
||||
response := generateCompleteMultpartUploadResponse(bucket, object, location, objInfo)
|
||||
response := generateCompleteMultipartUploadResponse(bucket, object, location, objInfo)
|
||||
encodedSuccessResponse := encodeResponse(response)
|
||||
|
||||
// Write success response.
|
||||
|
||||
Reference in New Issue
Block a user