Skip to content

Releases: developmentforpeople/dfp_external_storage

Several PR merged with fixes and new functionality

25 Dec 16:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.3

v1.1.2: Important fix

03 Mar 09:34

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

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

07 Jan 15:34

Choose a tag to compare

FEAT files greater than defined bytes are streamed by default; It is …

v1.0.0

22 Oct 18:21

Choose a tag to compare

Merge branch 'develop' into version-14

First public version

26 Jan 09:02

Choose a tag to compare

First public version Pre-release
Pre-release
v0.9.0

Opensourced for all people: first public version