diff --git a/renter/renter.go b/renter/renter.go index 26da021..fb5b5e5 100644 --- a/renter/renter.go +++ b/renter/renter.go @@ -180,6 +180,7 @@ func (r *RenterDefault) UploadObjectMultipart(ctx context.Context, params *Multi } if len(uploadId) > 0 { + // TODO: Switch to using https://github.com/SiaFoundation/renterd/pull/974 after renterd is moved to core/coreutils. We cannot update until then due to WIP work. existing, err := r.busClient.MultipartUploadParts(ctx, bucket, fileName, uploadId, 0, 0) if err != nil {