Module blobstore

Module blobstore 

Source
Expand description

wasi-cloud Blobstore service definition

Functions§

container_exists
returns true if the container exists
copy_object
copies (duplicates) an object, to the same or a different container. returns an error if the target container does not exist. overwrites destination object if it already existed.
create_container
creates a new empty container
delete_container
deletes a container and all objects within it
get_container
retrieves a container by name
move_object
moves or renames an object, to the same or a different container returns an error if the destination container does not exist. overwrites destination object if it already existed.

Type Aliases§

Container
ContainerName
Error
ObjectId