Releases: ssntpl/cloud-storage
v0.2.6
What's Changed
- when hard deleting then file should get immediately deleted without any check and checkexistence function exception handling change by @JYOTSANASHARMAA in #13
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- added changes for mimetype detection by @JYOTSANASHARMAA in #12
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- handling deletion from disk after checking existence by @JYOTSANASHARMAA in #11
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- handle cache disk by @Abhishek5Sharma in #10
Full Changelog: v0.2.2...v0.2.3
Included cache disk as well if set in the config file
v0.2.2
What's Changed
- handled missing disk retention key and removed shouldbeunique implementation by @JYOTSANASHARMAA in #9
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- changed readme and files function for fetching files from first layer… by @JYOTSANASHARMAA in #8
New Contributors
- @JYOTSANASHARMAA made their first contribution in #8
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- set cache disk priority by @Abhishek5Sharma in #7
Added
Disk configuration options:
read_priority → determines the order in which disks are checked for read operations.
write_priority → determines the order in which disks are checked for write operations.
retention → specifies how long (in days) files should be retained before automatic deletion. Files are now scheduled for cleanup via queued jobs based on this value.
write_enabled -> determines if the disk is readable only or readable/writable both.
Backward compatible:
If read_priority, write_priority, or retention are not defined, the system falls back to default behaviors (array order for read/write; no automatic cleanup for retention).
Full Changelog: v0.1.9...v0.2.0
v0.1.9
Full Changelog: v0.1.8...v0.1.9
"Refactor file update handling by removing sync check."
Handling the case where request for creating an already existing file with different content is received.
v0.1.8
v0.1.7
Full Changelog: v0.1.6...v0.1.7