Skip to content

Releases: ssntpl/cloud-storage

v0.2.6

11 Nov 14:02
10adb1b

Choose a tag to compare

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

05 Sep 12:51
bb2bdd5

Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

28 Aug 11:20
6db999e

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

27 Aug 13:13
a8ebbf2

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

Included cache disk as well if set in the config file

v0.2.2

22 Aug 12:10
ea2b674

Choose a tag to compare

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

21 Aug 07:23
b54cff9

Choose a tag to compare

What's Changed

  • changed readme and files function for fetching files from first layer… by @JYOTSANASHARMAA in #8

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Aug 07:23

Choose a tag to compare

What's Changed

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

18 Feb 06:47
9e0d1eb

Choose a tag to compare

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

03 Jan 11:46
d2dccf6

Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.1.8

v0.1.7

25 Nov 05:47

Choose a tag to compare

Full Changelog: v0.1.6...v0.1.7