Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListMultipartUploads #108

Open
trel opened this issue Mar 7, 2024 · 2 comments
Open

ListMultipartUploads #108

trel opened this issue Mar 7, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@trel
Copy link
Member

trel commented Mar 7, 2024

initial implementation would presumably read the part files from disk

@trel trel mentioned this issue Mar 7, 2024
12 tasks
@trel trel added the enhancement New feature or request label Mar 7, 2024
@trel trel added this to the 0.3.0 milestone Mar 7, 2024
@JustinKyleJames
Copy link
Contributor

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

  • The bucket and key the upload ID is associated with.
  • The time the upload was initiated.
  • The initiator and owner of the object - might just map to iRODS users.

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
Copy link
Member Author

trel commented Sep 20, 2024

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?

@korydraughn korydraughn modified the milestones: 0.3.0, 0.4.0 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants