Skip to content

Commit dc18022

Browse files
committed
ops
1 parent a612453 commit dc18022

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/services/cdn-worker/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ type Env = {
101101

102102
**Runtime**: Node.js 22.x
103103

104-
| Name | Required | Description | Example Value |
105-
| --------------------------- | -------- | ------------------------------------ | ------------- |
106-
| `AWS_S3_ACCESS_KEY_ID` | **Yes** | The port this service is running on. | `4013` |
107-
| `AWS_S3_ACCESSS_KEY_SECRET` | **Yes** | The port this service is running on. | `4013` |
108-
| `AWS_S3_ACCESS_ENDPOINT` | **Yes** | The port this service is running on. | `4013` |
109-
| `AWS_S3_BUCKET_NAME` | **Yes** | The port this service is running on. | `4013` |
104+
| Name | Required | Description | Example Value |
105+
| --------------------------- | -------- | ------------------------- | ----------------------- |
106+
| `AWS_S3_ENDPOINT` | **Yes** | The S3 endpoint. | `http://localhost:9000` |
107+
| `AWS_S3_BUCKET_NAME` | **Yes** | The S3 bucket name. | `artifacts` |
108+
| `AWS_S3_ACCESS_KEY_ID` | **Yes** | The S3 access key id. | `minioadmin` |
109+
| `AWS_S3_ACCESSS_KEY_SECRET` | **Yes** | The S3 secret access key. | `minioadmin` |
110110

111111
All other configuration options available for Cloudflare Workers are currently not supported.
112112

0 commit comments

Comments
 (0)