deeplake 0.3.32 → 0.3.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Node.js S3 storage client factory for the WASM deeplake engine.
2
+ * Node.js storage client factory for the WASM deeplake engine.
3
3
  *
4
4
  * The C++ WASM code calls js_storage::client_factory()(type, config, mode?)
5
5
  * to create a JS client object with methods like download, exists, list, etc.
6
- * This module provides the factory that creates those client objects using
7
- * the AWS SDK v3.
6
+ * This module provides the factory that creates those client objects for
7
+ * S3 (AWS SDK v3), GCS (REST API), and Azure Blob Storage (REST API).
8
8
  *
9
- * Credential rotation: STS credentials are refreshed automatically before
9
+ * Credential rotation: credentials are refreshed automatically before
10
10
  * they expire (5 minutes before expiry, matching the native C++ behavior).
11
11
  * The C++ side passes refresh metadata (orgId, dsName, token) through the
12
12
  * config object so the JS side can call the backend API for fresh creds.
@@ -1 +1 @@
1
- {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/node/storage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AA0NH;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,IAAI,CAO5C;AAED,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,IAEhD,MAAM,MAAM,EACZ,QAAQ,GAAG,EACX,OAAO,MAAM,KACZ,GAAG,CAiIP"}
1
+ {"version":3,"file":"storage.d.ts","sourceRoot":"","sources":["../../../src/node/storage.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AA0NH;;;;GAIG;AACH,wBAAgB,qBAAqB,IAAI,IAAI,CAO5C;AAED,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,IAEhD,MAAM,MAAM,EACZ,QAAQ,GAAG,EACX,OAAO,MAAM,KACZ,GAAG,CAyEP"}