anowell / mia

Experimental Algorithmia CLI (no longer the official CLI)
41 stars 5 forks source link

CLI doesn't support copying from dropbox/S3 #7

Closed pmcq closed 8 years ago

pmcq commented 8 years ago

Hardcoded check to determine upload/download of file: https://github.com/algorithmiaio/algorithmia-cli/blob/master/src/data/cp.rs#L50

anowell commented 8 years ago

+1

until this is fixed, if you just need to download a file, algo cat dropbox://foo/bar > bar does work. There is no current work-around for uploading to connectors with the CLI.