I saw this line:
|
.format(&ApiStringFormat::PropertyString("^(aws|azure|gcp|sia)$")) |
Reading this line, made me believe that the module will only support these s3 gateways, since the api, (yours) is limited to it. But would it be possible to just add those this string something like s3-generic, to allow the use of other s3 like backblaze b2?
I saw this line:
PBSCloudBackupModule/pbs-api-types/src/cloud/changer.rs
Line 15 in ab0e331
Reading this line, made me believe that the module will only support these s3 gateways, since the api, (yours) is limited to it. But would it be possible to just add those this string something like s3-generic, to allow the use of other s3 like backblaze b2?