add note on ovh storage vs s3 subdomain usage
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user