buckets

com.zengularity.benji.s3.WSS3.buckets$
object buckets extends BucketsRequest

Attributes

See also:
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
buckets.type

Members list

Concise view

Value members

Concrete methods

def apply()(implicit m: Materializer): Source[Bucket, NotUsed]

Lists of all objects within the bucket.

Lists of all objects within the bucket.

Attributes

def error(response: StandaloneWSResponse): Throwable

Inherited methods

def collect[M[_]]()(implicit m: Materializer, factory: Factory[M, Bucket]): Future[M[Bucket]]

Collects the bucket objects.

Collects the bucket objects.

Attributes

Inherited from:
BucketsRequest