S3MutableObjectStore

graviton.backend.s3.S3MutableObjectStore

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def copy(src: BlobLocator, dest: BlobLocator): ZIO[Any, Throwable, Unit]

Attributes

Definition Classes
override def delete(locator: BlobLocator): ZIO[Any, Throwable, Unit]

Attributes

Definition Classes
override def put(locator: BlobLocator): ZSink[Any, Throwable, Byte, Nothing, Unit]

Attributes

Definition Classes

Inherited methods

override def get(locator: BlobLocator): ZStream[Any, Throwable, Byte]

Attributes

Definition Classes
Inherited from:
S3ImmutableObjectStore
override def head(locator: BlobLocator): ZIO[Any, Throwable, Option[Long]]

Attributes

Definition Classes
Inherited from:
S3ImmutableObjectStore
override def list(prefix: String): ZStream[Any, Throwable, BlobLocator]

Attributes

Definition Classes
Inherited from:
S3ImmutableObjectStore