文件名称:node-object-storage:openstack 对象存储客户端
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-16 07:51:22
JavaScript
节点对象存储 节点客户端库 安装 npm install object-storage 例子 var ObjectStorage = require('object-storage'), storage = new ObjectStorage({ host: '', username: '', password: '' }); storage.create('mycontainer').then(function() { storage.putFile({src: 'path/to/file.jpg', dst: 'mycontainer/file.jpg'}).then(function(url) { console.log('Object storage url to file', url); }); }); 有关更多示例,请参阅 object-storag
【文件预览】:
node-object-storage-master
----.travis.yml(35B)
----index.js(49B)
----package.json(1KB)
----test()
--------object-storage.test.js(6KB)
----.gitignore(13B)
----lib()
--------object-storage-request.js(3KB)
--------object-storage.js(5KB)
----README.md(845B)
----.jshintrc(787B)