mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
Before this change, you had to modify a fragile data-structure containing all providers. This often led to things being out of order, duplicates and conflicts whilst merging. As well as the changes for one provider being in different places across the file. After this change, new providers are defined in an easy to edit YAML file, one per provider. The config output has been tested before and after for all providers and any changes are cosmetic only.
20 lines
520 B
YAML
20 lines
520 B
YAML
name: ArvanCloud
|
|
description: Arvan Cloud Object Storage (AOS)
|
|
endpoint:
|
|
s3.ir-thr-at1.arvanstorage.ir: |-
|
|
The default endpoint - a good choice if you are unsure.
|
|
Tehran Iran (Simin)
|
|
s3.ir-tbz-sh1.arvanstorage.ir: Tabriz Iran (Shahriar)
|
|
location_constraint:
|
|
ir-thr-at1: Tehran Iran (Simin)
|
|
ir-tbz-sh1: Tabriz Iran (Shahriar)
|
|
acl: {}
|
|
storage_class:
|
|
STANDARD: Standard storage class
|
|
bucket_acl: true
|
|
quirks:
|
|
list_version: 1
|
|
force_path_style: true
|
|
list_url_encode: false
|
|
use_already_exists: false
|