mttaggart/OffensiveNotion

[New Feature] Upload via Cloud Storage

Closed this issue · 2 comments

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

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

S3 upload completed as of 5cb9987

Azupload completed as of 04cb423