FAQ
Zerops supports S3-compatible storage. Configure it using these environment variables:
zerops:
- setup: app
run:
envVariables:
FILESYSTEM_DISK: s3
AWS_ACCESS_KEY_ID: ${storage_accessKeyId}
AWS_SECRET_ACCESS_KEY: ${storage_secretAccessKey}
AWS_BUCKET: ${storage_bucketName}
AWS_ENDPOINT: ${storage_apiUrl}
AWS_URL: ${storage_apiUrl}/${storage_bucketName}
AWS_USE_PATH_STYLE_ENDPOINT: true
HTTPS is automatically enabled when you use either a Zerops subdomain or configure your custom domain. No additional configuration is required.