node-swiftv1
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

node-swiftv1

openstack swift tempauth v1 restful client

constructor(user: string, password: string, host: string, port: number);

listContainers(prefix);

retrieveAccountMetadata();

listObjects(container, prefix);

createContainer(container);

deleteContainer(container) ;

retrieveContainerMetadata(container);

getObject(container, object, pipeRes);

retrieveObjectMetadata(container, object);

createObject(container, object, pipeReq);

deleteObject(container, object);

copyObject(container, object, fromContainer, sourceObject);

Readme

Keywords

Package Sidebar

Install

npm i node-swiftv1

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • wing_kung