Add limits to multi-part upload listing
Open
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
### Problem
There should be limits on numbers of results returned from listing queries in `com.hedera.bucky.S3Client#listMultipartUploads`.
### Solution
could add some query parameters to limit the number of results also, we could add query params for prefix or maybe key-marker (to search for a specific key) it depends on our needs as to how we will be cleaning up outstanding failed uploads (TBD)
### Alternatives
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.