S3 APIs integrations
Windmill provides a unique resource type for any API following the typical S3 schema.
Here are the required details:
Property | Type | Description | Default | Required |
---|---|---|---|---|
bucket | string | S3 bucket name | true | |
region | string | S3 region for the bucket | true | |
useSSL | boolean | Use SSL for connections | true | false |
endPoint | string | S3 endpoint | true | |
accessKey | string | AWS access key | false | |
pathStyle | boolean | Use path-style addressing | false | false |
secretKey | string | AWS secret key | false |
For guidlines on where to find such details on a given platform, please go to the AWS S3 or Cloudflare R2 pages.