@uploadx/gcs
Version:
Uploadx GCS module
11 lines (10 loc) • 425 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GCSConfig = void 0;
class GCSConfig {
}
exports.GCSConfig = GCSConfig;
GCSConfig.bucketName = 'node-uploadx';
GCSConfig.uploadAPI = 'https://storage.googleapis.com/upload/storage/v1/b';
GCSConfig.storageAPI = 'https://storage.googleapis.com/storage/v1/b';
GCSConfig.authScopes = ['https://www.googleapis.com/auth/devstorage.full_control'];