Releases: developmentforpeople/dfp_external_storage
Releases · developmentforpeople/dfp_external_storage
Several PR merged with fixes and new functionality
What's Changed
- merge by @developmentforpeople in #22
- Merge pull request #22 from developmentforpeople/develop by @developmentforpeople in #23
- check if dfp_external_storage_doc is defined by @MrJico in #25
- fix: Replace PageDoesNotExistError with DoesNotExistError by @Xieyt in #39
- Allow using secret id key from env by @dvtradeling in #37
New Contributors
- @developmentforpeople made their first contribution in #22
- @MrJico made their first contribution in #25
- @Xieyt made their first contribution in #39
- @dvtradeling made their first contribution in #37
Full Changelog: v1.1.2...v1.1.3
v1.1.2: Important fix
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
- 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 …
v1.0.0
Merge branch 'develop' into version-14
First public version
v0.9.0 Opensourced for all people: first public version