package route
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class CopyObject()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 11/23/16.
- case class CopyObjectMultipart()(implicit provider: Provider) extends LazyLogging with Product with Serializable
- case class CreateBucket()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class DeleteBucket()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class DeleteObject()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/20/16.
- case class DeleteObjects()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 3/13/17.
- case class GetObject()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class ListBucket()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class ListBuckets()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class PutObject()(implicit provider: Provider, mat: Materializer) extends LazyLogging with Product with Serializable
Created by shutty on 8/20/16.
- case class PutObjectMultipart()(implicit provider: Provider, mat: Materializer) extends LazyLogging with Product with Serializable
Created by shutty on 8/19/16.
- case class PutObjectMultipartComplete()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/20/16.
- case class PutObjectMultipartStart()(implicit provider: Provider) extends LazyLogging with Product with Serializable
Created by shutty on 8/20/16.
Value Members
- object MetadataUtil extends LazyLogging