mirror of
https://github.com/rclone/rclone.git
synced 2026-03-26 03:12:36 -04:00
Add OVHcloud storage classes
Added OVHcloud storage classes according to https://help.ovhcloud.com/csm/en-ie-public-cloud-storage-s3-choosing-right-storage-class?id=kb_article_view&sysparm_article=KB0047293 and https://help.ovhcloud.com/csm/en-ie-public-cloud-storage-s3-choosing-right-storage-class?id=kb_article_view&sysparm_article=KB0047293
This commit is contained in:
committed by
Nick Craig-Wood
parent
7ca667d35d
commit
7a63990df2
@@ -32,5 +32,15 @@ endpoint:
|
||||
s3.us-east-va.io.cloud.ovh.us: OVHcloud Vint Hill, Virginia, USA
|
||||
s3.us-west-or.io.cloud.ovh.us: OVHcloud Hillsboro, Oregon, USA
|
||||
s3.rbx-archive.io.cloud.ovh.net: OVHcloud Roubaix, France (Cold Archive)
|
||||
storage_class:
|
||||
'': Default
|
||||
EXPRESS_ONEZONE: High Performance storage class
|
||||
STANDARD: Standard storage class
|
||||
STANDARD_IA: Standard Infrequent Access storage class
|
||||
ONEZONE_IA: Standard Infrequent Access storage class
|
||||
GLACIER: Active Archive storage class
|
||||
GLACIER_IR: Active Archive storage class
|
||||
DEEP_ARCHIVE: Cold Archive storage class
|
||||
INTELLIGENT_TIERING: Standard storage class
|
||||
acl: {}
|
||||
bucket_acl: true
|
||||
|
||||
Reference in New Issue
Block a user