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

recognize bags before bagging? #39

Open
dchud opened this issue Oct 25, 2016 · 1 comment
Open

recognize bags before bagging? #39

dchud opened this issue Oct 25, 2016 · 1 comment
Assignees

Comments

@dchud
Copy link

dchud commented Oct 25, 2016

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.

@acdha
Copy link
Member

acdha commented Oct 25, 2016

Not yet - there are two open issues for related questions:

#23
#27

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.

@acdha acdha self-assigned this Jun 13, 2018
acdha added a commit that referenced this issue Jun 14, 2018
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants