UNPKG

@nos-sdk/nos-node-sdk

Version:

NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。

4 lines 169 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MAX_PART_LENGTH = 1024 * 1024 * 100; // 100M //# sourceMappingURL=constant.js.map