Matt Usifer
Matt Usifer
This is a good call, I have it set up to use `--sse AES256` automatically, but it would be much better to be flexible. I'll look into adding this.
This doesn't remove support for `toml`, it adds support for `tomli`. It's not forced, it is imported in the same "optional" way as `toml`: ```py try: import tomli except ImportError:...
Sorry for the major delay here.. I do envision adding a TRAMP extension, and I've started work towards that goal a few times but found it pretty daunting. I definitely...