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

[New Feature] Upload via Cloud Storage #121

Closed
mttaggart opened this issue Jul 23, 2022 · 2 comments
Closed

[New Feature] Upload via Cloud Storage #121

mttaggart opened this issue Jul 23, 2022 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mttaggart
Copy link
Owner

The basic idea would be to provide auth tokens dynamically to a command that knew how to send data to S3/Azure/DO storage buckets.

Command proposal

upload s3 $token path/to/file

@mttaggart mttaggart added the enhancement New feature or request label Jul 23, 2022
@mttaggart
Copy link
Owner Author

Modifying this a little into 2 commands (at least), given the complexity of each cloud provider.

  • s3upload access_key_id secret_access_key region bucket filename
  • azupload storage_account access_key filename

@mttaggart
Copy link
Owner Author

S3 upload completed as of 5cb9987

Azupload completed as of 04cb423

@mttaggart mttaggart mentioned this issue Aug 25, 2022
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants