-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cloud Deployment IIIa]: pre-PR for removal of unused helpers (#980)
Co-authored-by: CodyCBakerPhD <[email protected]> Co-authored-by: Heberto Mayorquin <[email protected]>
- Loading branch information
1 parent
29e3cb6
commit a970fd4
Showing
6 changed files
with
0 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
"""Collection of helper functions for assessing and performing automated data transfers.""" | ||
|
||
from ._aws import estimate_s3_conversion_cost | ||
from ._dandi import automatic_dandi_upload | ||
from ._globus import get_globus_dataset_content_sizes, transfer_globus_content | ||
from ._helpers import estimate_total_conversion_runtime | ||
|
||
__all__ = [ | ||
"estimate_s3_conversion_cost", | ||
"automatic_dandi_upload", | ||
"get_globus_dataset_content_sizes", | ||
"transfer_globus_content", | ||
"estimate_total_conversion_runtime", | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.