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.
- package/dist/node/node/storage.d.ts +4 -4
- package/dist/node/node/storage.d.ts.map +1 -1
- package/dist/node/node/storage.js +935 -92
- package/dist/node/node/storage.js.map +1 -1
- package/package.json +1 -1
- package/wasm/browser/deeplake_browser.js +1 -1
- package/wasm/browser/deeplake_browser.wasm +0 -0
- package/wasm/node/deeplake_node.js +1 -1
- package/wasm/node/deeplake_node.wasm +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Node.js
|
|
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
|
|
7
|
-
*
|
|
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:
|
|
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,
|
|
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"}
|