chore: add todo

This commit is contained in:
Derrick Hammer 2024-03-05 12:59:52 -05:00
parent 14cd9fda7f
commit 0df51358d6
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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 {