Skip to content

2.1 - S3 Provider, General Cleanup

Latest
Compare
Choose a tag to compare
@gmemstr gmemstr released this 29 May 22:01
17e489a

New to this release:

  • AWS S3 (and compatible endpoint) file provider!
    • This does not currently replace the Backblaze provider, but can be used as an alternative with newer buckets.
  • Bundling of web assets directly into the binary.
    • A separate web assets directory is no longer required!
    • A note about this has been added to the README - custom frontends will need to be served separately.
  • Slight redesign of the web frontend.
  • Properly support DELETE requests.
  • Cleanup of the codebase and repository.

As a part of this, I am ditching UPX packed executables. This results in larger file sizes, but ultimately makes it easier (and faster) to build the project. If file size is still a concern, feel free to pack them yourself!