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.