Skip to content

Releases: woodb/rural

v0.0.5: Bug fixes

Choose a tag to compare

@woodb woodb released this 02 Jul 16:21

Fixed typo, bug relating to incompatible or nonexistent clipboard.

v0.0.4: Added stdin streaming support, remote filename and mimetype overrides

Choose a tag to compare

@woodb woodb released this 02 Jul 16:21
You can now pipe to rural to upload the pipe contents to S3 and get a
pulic link to that file. If no remote filename override is specified, a
uuid4 filename is created for the file.

Remote filename and mimetypes can now be overridden at runtime.

Bugs relating to empty files have been fixed. This closes $8 and $11.

v0.0.3: Minor bug fixes

Choose a tag to compare

@woodb woodb released this 02 Jul 16:19
Fixed bug where verbose output was printed to stdout rather than stderr.

v0.0.2: Conversion to Click CLI library

Choose a tag to compare

@woodb woodb released this 02 Jul 16:19

Converted everything over to use the handy Click.

v0.0.1: Initial Release

Choose a tag to compare

@woodb woodb released this 02 Jul 16:20
Fixed bug that broke the AWS credential configuration