nuvolaris / nuvolaris-cli

The Nuvolaris CLI, an all-in-one tool to do all things Nuvolaris
Apache License 2.0
11 stars 21 forks source link

S3 command #41

Closed giusdp closed 2 years ago

giusdp commented 2 years ago

This PR adds the s3 subcommand as described in issue #76

It implements 4 commands:

As of now it writes and reads a secrets.json file in the nuvolaris config home (~/.nuvolaris/secrets.json) and has a dummy endpoint. I didn't test it with a real s3 connection because I don't have an AWS account. There are only some unit tests.