Packages

p

io.findify.s3mock

response

package response

Type Members

  1. case class Bucket (name: String, creationDate: DateTime) extends Product with Serializable

    Created by shutty on 8/9/16.

  2. case class CompleteMultipartUploadResult (bucket: String, key: String, etag: String) extends Product with Serializable

    Created by shutty on 8/10/16.

  3. case class Content (key: String, lastModified: DateTime, md5: String, size: Long, storageClass: String) extends Product with Serializable

    Created by shutty on 8/9/16.

  4. case class CopyObjectResult (lastModified: DateTime, etag: String) extends Product with Serializable

    Created by shutty on 12/3/16.

  5. case class CreateBucket (name: String) extends Product with Serializable

    Created by shutty on 8/10/16.

  6. case class DeleteObjectsResponse (deleted: Seq[String], error: Seq[String]) extends Product with Serializable

    Created by shutty on 3/13/17.

  7. case class InitiateMultipartUploadResult (bucket: String, key: String, uploadId: String) extends Product with Serializable

    Created by shutty on 8/10/16.

  8. case class ListAllMyBuckets (ownerName: String, ownerUUID: String, buckets: List[Bucket]) extends Product with Serializable
  9. case class ListBucket (bucket: String, prefix: Option[String], delimiter: Option[String], commonPrefixes: List[String], contents: List[Content]) extends Product with Serializable

Ungrouped