fix(core): Fix S3 cache manager methods for better path encoding consistency

This commit is contained in:
2024-11-26 22:41:10 +01:00
parent 69b2aa7fb8
commit 8bf1af08d3
8 changed files with 2632 additions and 1796 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/levelcache',
version: '3.1.0',
version: '3.1.1',
description: 'A versatile caching solution offering multi-level storage utilizing memory, disk, and Amazon S3 for efficient data management and backup.'
}