irods / irods_client_s3_api

C++ S3 API for iRODS
BSD 3-Clause "New" or "Revised" License
0 stars 5 forks source link

ListMultipartUploads #108

Open trel opened 7 months ago

trel commented 7 months ago

initial implementation would presumably read the part files from disk

JustinKyleJames commented 1 month ago

To implement this feature, I may need to save additional information in the global multipart map.

I might need to reorganize the data structures to efficiently search for keys and keys with a specific prefix as well.

Alternatively we could just provide a scaled down version of ListMultipartUploads.

trel commented 1 month ago

Can you describe what a 'scaled down version' might mean?

Is there a way to list the multipart uploads without, you know, listing the multipart uploads?