feat(core): Add S3 endpoint normalization, directory pagination, improved metadata checks, trash support, and related tests

This commit is contained in:
2025-11-20 13:58:02 +00:00
parent b8e5d9a222
commit 1f4b7319d3
6 changed files with 144 additions and 22 deletions

View File

@@ -2,3 +2,5 @@ export * from './classes.smartbucket.js';
export * from './classes.bucket.js';
export * from './classes.directory.js';
export * from './classes.file.js';
export * from './classes.metadata.js';
export * from './classes.trash.js';