mirror of
https://github.com/rclone/rclone.git
synced 2026-02-20 19:33:28 +00:00
- 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)
17 lines
411 B
YAML
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
|