You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you consider checking to see if an added directory is already a bag? There's nothing wrong with stuffing one bag inside another, of course, but it might could save the time of the uploader to spot a valid bag and just upload directly without the extra step of re-hashing, or at least to ask the uploader which they prefer.
The text was updated successfully, but these errors were encountered:
This also seems like a good thing to make configurable as I'd imagine there are whole installations which would want to explicitly allow or disallow bags-of-bags.
* Refactored upload queue into a separate class and
simplified the uploadPayloadFile function signature.
* Added a start/stop toggle button to the bag UI allowing the user to
confirm the bag name before uploading files. This will also allow us
to handle the UI for #23 where we could automatically start uploads
unless something already exists at the target path or do things like
pause the queue and reset the upload status on errors when e.g. a
bucket has been configured to be write-once.
See #21
See #27
See #39
This is a great tool, thanks for making it!
Did you consider checking to see if an added directory is already a bag? There's nothing wrong with stuffing one bag inside another, of course, but it might could save the time of the uploader to spot a valid bag and just upload directly without the extra step of re-hashing, or at least to ask the uploader which they prefer.
The text was updated successfully, but these errors were encountered: