feat(bucket-tenants): add persisted bucket-scoped tenant credentials with bucket export and import APIs

This commit is contained in:
2026-05-02 11:14:15 +00:00
parent 53d663597a
commit 7f2546e041
14 changed files with 1675 additions and 117 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
// node native
import * as crypto from 'crypto';
import * as path from 'path';
export { path };
export { crypto, path };
// @push.rocks scope
import * as smartpath from '@push.rocks/smartpath';