storage: remove getProviderStatus

This commit is contained in:
Girish Ramakrishnan
2024-09-09 16:44:19 +02:00
parent 565ad83399
commit ea72cef7f9
9 changed files with 4 additions and 44 deletions
-7
View File
@@ -1,7 +1,6 @@
'use strict';
exports = module.exports = {
getProviderStatus,
getAvailableSize,
upload,
@@ -61,12 +60,6 @@ function getBucket(apiConfig) {
return new GCS(gcsConfig).bucket(apiConfig.bucket);
}
async function getProviderStatus(apiConfig) {
assert.strictEqual(typeof apiConfig, 'object');
return { state: 'active' };
}
async function getAvailableSize(apiConfig) {
assert.strictEqual(typeof apiConfig, 'object');