Packages

package route

Type Members

  1. case class CopyObject ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 11/23/16.

  2. case class CreateBucket ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  3. case class DeleteBucket ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  4. case class DeleteObject ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/20/16.

  5. case class DeleteObjects ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 3/13/17.

  6. case class GetObject ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  7. case class ListBucket ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  8. case class ListBuckets ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  9. case class PutObject ()(implicit provider: Provider, mat: Materializer) extends LazyLogging with Product with Serializable

    Created by shutty on 8/20/16.

  10. case class PutObjectMultipart ()(implicit provider: Provider, mat: Materializer) extends LazyLogging with Product with Serializable

    Created by shutty on 8/19/16.

  11. case class PutObjectMultipartComplete ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/20/16.

  12. case class PutObjectMultipartStart ()(implicit provider: Provider) extends LazyLogging with Product with Serializable

    Created by shutty on 8/20/16.

Ungrouped