@cat-factory/provider-s3 0.2.86 → 0.2.88

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.
Files changed (2) hide show
  1. package/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,13 +57,13 @@ artifact's storage key.
57
57
 
58
58
  ## Config (`S3BinaryBlobBackendConfig`)
59
59
 
60
- | Option | Purpose |
61
- | ---------------- | -------------------------------------------------------------------------------- |
62
- | `region` | AWS region (required). |
63
- | `bucket` | Target bucket (required). |
64
- | `prefix` | Optional key prefix, e.g. `artifacts/`, joined to the artifact's storage key. |
65
- | `endpoint` | Optional custom endpoint for S3-compatible stores (MinIO, etc.). |
66
- | `forcePathStyle` | Force path-style addressing (needed by most S3-compatible stores). |
60
+ | Option | Purpose |
61
+ | ---------------- | --------------------------------------------------------------------------------------------------------- |
62
+ | `region` | AWS region (required). |
63
+ | `bucket` | Target bucket (required). |
64
+ | `prefix` | Optional key prefix, e.g. `artifacts/`, joined to the artifact's storage key. |
65
+ | `endpoint` | Optional custom endpoint for S3-compatible stores (MinIO, etc.). |
66
+ | `forcePathStyle` | Force path-style addressing (needed by most S3-compatible stores). |
67
67
  | `credentials` | Explicit `{ accessKeyId, secretAccessKey, sessionToken? }`; omit to use the default AWS credential chain. |
68
68
 
69
69
  ## Related
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cat-factory/provider-s3",
3
- "version": "0.2.86",
3
+ "version": "0.2.88",
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.1075.0",
28
- "@cat-factory/kernel": "0.89.0"
28
+ "@cat-factory/kernel": "0.90.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "typescript": "7.0.1-rc"