@cat-factory/provider-s3 0.2.338 → 0.2.340
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/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -13,6 +13,10 @@ load: a facade statically imports `S3BinaryBlobBackend` to wire its container, b
|
|
|
13
13
|
that ends up running the `db`/`fs`/no blob backend never pays the SDK's load cost; the SDK is
|
|
14
14
|
pulled in only when an S3 `put`/`get`/`delete` actually executes.
|
|
15
15
|
|
|
16
|
+
A store the platform does NOT ship is the same port with one more step: register it on your
|
|
17
|
+
deployment's `BinaryStoreRegistry` so an account can select it. See
|
|
18
|
+
[`backend/docs/custom-binary-stores.md`](https://github.com/kibertoad/cat-factory/blob/main/backend/docs/custom-binary-stores.md).
|
|
19
|
+
|
|
16
20
|
## Enabling it
|
|
17
21
|
|
|
18
22
|
The package exports one class:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cat-factory/provider-s3",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.340",
|
|
4
4
|
"description": "Opt-in AWS S3 blob backend for the Agent Architecture Board's binary-artifact storage abstraction. Implements the kernel BinaryBlobBackend port over an S3 bucket.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@aws-sdk/client-s3": "^3.1102.0",
|
|
28
|
-
"@cat-factory/kernel": "0.
|
|
28
|
+
"@cat-factory/kernel": "0.273.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"typescript": "7.0.2"
|