package
s3
Type Members
-
type
Bucket = AnyRef { ... /* 2 definitions in type refinement */ }
-
type
ContentLength = AnyRef { ... /* 2 definitions in type refinement */ }
-
sealed
trait
CopyResult extends AnyRef
-
class
InputStreamsSpec extends SpecificationWithJUnit with ScalaCheck with S3Arbitraries
-
type
S3Action[A] = Kleisli[[γ]EitherT[[β]WriterT[Future, S3MetaData, β], Invalid, γ], AmazonS3, A]
-
-
type
S3Key = AnyRef { ... /* 2 definitions in type refinement */ }
-
class
S3KeySpec extends SpecificationWithJUnit with S3Arbitraries with ScalaCheck
-
case class
S3MetaData extends Product with Serializable
-
case class
S3RequestId extends Product with Serializable
-
class
S3Spec extends SpecificationWithJUnit with ScalaCheck with S3Arbitraries with S3SpecOps with Mockito
-
Value Members
-
object
Bucket extends aws.Tagger[String]
-
object
S3Key extends aws.Tagger[String]
-
object
S3MetaData extends Serializable
Inherited from Types
Inherited from AnyRef
Inherited from Any