ACED-IDP / gen3_util

Collection of command line tools to interact with a Gen3 instance
MIT License
3 stars 1 forks source link

feature/no-bucket #64

Closed bwalsh closed 4 months ago

bwalsh commented 6 months ago

This PR:

matthewpeterkort commented 6 months ago

Might want to add some sort of warning on the g3t pull if the researcher is about to download many terrabytes of data by scp.

bwalsh commented 6 months ago

Might want to add some sort of warning on the g3t pull if the researcher is about to download many terrabytes of data by scp.

For scp, we simply echo the scp commands to the console. We don't actually download them. This may change in the future, but that is what we have for now.

https://github.com/ACED-IDP/gen3_util/blob/feature/no-bucket-2/gen3_util/repo/puller.py#L58-L67