1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-20 19:33:28 +00:00
Files
rclone/backend/s3/provider/Fastly.yaml
Leon Brocard 43db4c5dc7 s3: add Fastly Object Storage provider
- Add new Fastly provider with US East, US West, and EU Central regions
- Add `etag_is_not_md5` quirk for providers with mandatory encryption
- Disable server-side copy for Fastly (not supported)
2026-02-05 12:10:53 +00:00

17 lines
411 B
YAML

name: Fastly
description: Fastly Object Storage
region:
us-east: US East
us-west: US West
eu-central: EU Central
endpoint:
us-east.object.fastlystorage.app: US East
us-west.object.fastlystorage.app: US West
eu-central.object.fastlystorage.app: EU Central
quirks:
force_path_style: true
use_already_exists: false
use_multipart_etag: false
use_multipart_uploads: false
etag_is_not_md5: true