package response
Type Members
-
case class
Bucket
(name: String, creationDate: DateTime) extends Product with Serializable
Created by shutty on 8/9/16.
-
case class
CompleteMultipartUploadResult
(bucket: String, key: String, etag: String) extends Product with Serializable
Created by shutty on 8/10/16.
-
case class
Content
(key: String, lastModified: DateTime, md5: String, size: Long, storageClass: String) extends Product with Serializable
Created by shutty on 8/9/16.
-
case class
CopyObjectResult
(lastModified: DateTime, etag: String) extends Product with Serializable
Created by shutty on 12/3/16.
-
case class
CreateBucket
(name: String) extends Product with Serializable
Created by shutty on 8/10/16.
-
case class
DeleteObjectsResponse
(deleted: Seq[String], error: Seq[String]) extends Product with Serializable
Created by shutty on 3/13/17.
-
case class
InitiateMultipartUploadResult
(bucket: String, key: String, uploadId: String) extends Product with Serializable
Created by shutty on 8/10/16.
- case class ListAllMyBuckets (ownerName: String, ownerUUID: String, buckets: List[Bucket]) extends Product with Serializable
- case class ListBucket (bucket: String, prefix: Option[String], delimiter: Option[String], commonPrefixes: List[String], contents: List[Content]) extends Product with Serializable