S3
S3 (Simple Storage Service) is a highly scalable, durable, and available object storage service offered by cloud service providers. To prevent bandwidth theft, CraftEngine issues unique, expiring tokens for every downloadโblocking direct abuse.
resource-pack:
delivery:
hosting:
- type: s3
endpoint: ""
bucket: ""
access-key-id: ""
access-key-secret: ""
protocol: "https"
path-style: false
region: "auto"
upload-path: "server_resource_pack.zip"
use-legacy-signature: true
validity: 10
# Optional CDN
cdn:
domain: ""
protocol: "https"
# Optional rate limiter
rate-map:
max-requests: 5
reset-interval: 20 # seconds
# Optional proxy
proxy:
host: "127.0.0.1"
port: 7890
scheme: "http" # http/https
username: "" # Optional
password: "" # Optional
Enviroment Variables
- CE_S3_ACCESS_KEY_ID
- CE_S3_ACCESS_KEY_SECRET