Migrate to generic S3 mount

This commit is contained in:
2020-07-31 17:14:42 -05:00
parent 5608d18a7f
commit ade5fdc38d
3 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ exports.DATA_LOCATIONS = {
exports.PROVIDER_LIST = [
'Sia',
'Skynet',
'GooboxS3',
'S3',
'ScPrime',
];
@@ -58,7 +58,7 @@ exports.PROVIDER_ARG = {
sia: '',
skynet: '-sk',
scprime: '-sp',
gooboxs3: '-gb',
s3: '-s3',
};
exports.RELEASE_TYPES = [