add note on ovh storage vs s3 subdomain usage

This commit is contained in:
Girish Ramakrishnan
2021-03-05 10:31:20 -08:00
parent 7e02996b28
commit 14e1e2fc71
3 changed files with 3 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
{ name: 'Singapore', value: 'ap-south-1.linodeobjects.com', region: 'us-east-1' },
];
// note: ovh also has a storage endpoint but that only supports path style access
$scope.ovhRegions = [
{ name: 'Beauharnois (BHS)', value: 'https://s3.bhs.cloud.ovh.net', region: 'bhs' }, // default
{ name: 'Frankfurt (DE)', value: 'https://s3.de.cloud.ovh.net', region: 'de' },