Creates a folder.
The path to the folder.
A promise that resolves with the folder descriptor.
Creates a writable stream for a file.
The path to the file.
Optional
options: IFileOptionsThe options for creating the writable stream.
A promise that resolves with an IWritableStream.
Deletes an object.
The path to the object.
A promise that resolves with the object kind.
Gets a file.
The path to the file.
Optional
options: IFileOptionsThe options for writing the file.
A promise that resolves with the file.
Lists the objects in a folder.
The path to the folder.
Whether to list the objects recursively.
A promise that resolves with an array of object descriptors.
Moves an object.
The path to the object.
The path to move the object to.
A promise that resolves with the object kind.
Writes a file.
The file to write.
Optional
path: stringThe path to write the file to.
Optional
options: IFileOptionsThe options for writing the file.
A promise that resolves with the file descriptor.
Represents a connector for interacting with an object store.