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

Make upload its own module #124

Open
gkpty opened this issue Jul 16, 2020 · 0 comments
Open

Make upload its own module #124

gkpty opened this issue Jul 16, 2020 · 0 comments
Labels
enhancement New feature or request upload related to the upload command
Projects

Comments

@gkpty
Copy link
Contributor

gkpty commented Jul 16, 2020

Upload should be its own module.

It should contain 2 files,

  1. upload.js
  2. delete.js

each of these files must export 1 method for each provider.
ex upload.js should contain

function aws(){
...
}
function gcp(){
...
}

module.exports = {
aws,
gcp
}
@gkpty gkpty added upload phase 2 use the upload/delete commands with multiple providers enhancement New feature or request upload related to the upload command and removed upload phase 2 use the upload/delete commands with multiple providers labels Jul 16, 2020
@gkpty gkpty added this to the upload phase 2 milestone Jul 17, 2020
@gkpty gkpty added this to Backlog in Torus Host Jul 17, 2020
@gkpty gkpty added Feature and removed Feature labels Jul 17, 2020
@gkpty gkpty moved this from Backlog to Current Sprint in Torus Host Jul 28, 2020
@gkpty gkpty moved this from Current Sprint to In progress in Torus Host Jul 29, 2020
@gkpty gkpty moved this from In progress to Review Q&A in Torus Host Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request upload related to the upload command
Projects
Torus Host
  
Review Q&A
Development

No branches or pull requests

1 participant