Skip to content

Releases: developmentforpeople/dfp_external_storage

v1.1.2: Important fix

03 Mar 09:34
Compare
Choose a tag to compare

Same name filenames were overriden if were saved in the same S3 Bucket :( Now it is impossible! More details here in issue
#19

v1.1.1: File streamed and presigned S3 urls; S3 file size that allows use files > 2GB

22 Jan 09:44
Compare
Choose a tag to compare
  • Support for S3 / Minio presigned urls: allowing video streaming capabilities and other S3 functionalities.
  • Presigned url can be used for all files in defined folders but defined by mimetype.
  • Files are now streamed by default.
  • Extended settings per External Storage doc:
    • Cache only files smaller than
    • Cache for x seconds
    • Stream buffer size
    • Presigned url activation
    • Presigned url only for mimetypes defined
    • Presigned url expiration
    • Use S3 file size instead of saved on Frappe File (needed for files > 2GB)

v1.1.0: FEAT files greater than defined bytes are streamed by default; It is …

07 Jan 15:34
Compare
Choose a tag to compare
…possible to serve files as S3 presigned urls; settings added per External storage: cache smaller than, for x secs, stream buffer size, presigned url activation, presigned url only for mimetypes defined, presigned url expiration; several improvements and removed not needed code;

v1.0.0

22 Oct 18:21
Compare
Choose a tag to compare
Merge branch 'develop' into version-14

First public version

26 Jan 09:02
Compare
Choose a tag to compare
First public version Pre-release
Pre-release
v0.9.0

Opensourced for all people: first public version