diff --git a/s3.go b/s3.go index 621004d..daf69c3 100644 --- a/s3.go +++ b/s3.go @@ -231,7 +231,7 @@ func completeMultipartUpload( parts []completePart, cred credential, ) (completeMultipartUploadResult, error) { - ctx, cancel := context.WithTimeout(context.Background(), 10*time.Minute) + ctx, cancel := context.WithTimeout(context.Background(), 1*time.Hour) defer cancel() var body bytes.Buffer