Merge pull request #829 from versity/ben/enable_tests

fix: enable TestUploadPartCopy tests in full flow
This commit is contained in:
Ben McClelland
2024-09-23 08:15:22 -07:00
committed by GitHub
+1 -1
View File
@@ -456,7 +456,7 @@ func TestFullFlow(s *S3Conf) {
TestDeleteObjectTagging(s)
TestCreateMultipartUpload(s)
TestUploadPart(s)
// TestUploadPartCopy(s)
TestUploadPartCopy(s)
TestListParts(s)
TestListMultipartUploads(s)
TestAbortMultipartUpload(s)