File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/services/cdn-worker Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
111111All other configuration options available for Cloudflare Workers are currently not supported.
112112
You can’t perform that action at this time.
0 commit comments