mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01: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.
17 lines
430 B
YAML
17 lines
430 B
YAML
name: Magalu
|
|
description: Magalu Object Storage
|
|
endpoint:
|
|
br-se1.magaluobjects.com: São Paulo, SP (BR), br-se1
|
|
br-ne1.magaluobjects.com: Fortaleza, CE (BR), br-ne1
|
|
acl: {}
|
|
storage_class:
|
|
STANDARD: Standard storage class
|
|
GLACIER_IR: Glacier Instant Retrieval storage class
|
|
bucket_acl: true
|
|
quirks:
|
|
list_version: 1
|
|
force_path_style: true
|
|
list_url_encode: false
|
|
use_multipart_etag: false
|
|
use_already_exists: false
|