Package

io.atlassian.aws

s3

Permalink

package s3

Linear Supertypes
Types, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. s3
  2. Types
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Bucket = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Types
  2. type ContentLength = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Types
  3. case class ContentLocation(bucket: s3.Bucket, key: s3.S3Key) extends Product with Serializable

    Permalink
  4. sealed trait CopyResult extends AnyRef

    Permalink
    Definition Classes
    Types
  5. sealed trait Range extends AnyRef

    Permalink

    Represents an HTTP Range:

    Represents an HTTP Range:

    http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35

    Note that the HTTP spec is end inclusive, unlike the rest of the world. This means Range(0, 0) actually selects one byte.

  6. type S3Action[A] = Kleisli[Attempt, AmazonS3, A]

    Permalink
  7. type S3Key = AnyRef { ... /* 2 definitions in type refinement */ }

    Permalink
    Definition Classes
    Types
  8. trait Types extends AnyRef

    Permalink

Value Members

  1. object Bucket extends aws.Tagger[String]

    Permalink
    Definition Classes
    Types
  2. object ContentLength extends aws.Tagger[Long]

    Permalink
    Definition Classes
    Types
  3. object ContentLocation extends Serializable

    Permalink
  4. object CopyResult

    Permalink
    Definition Classes
    Types
  5. object InputStreams

    Permalink

    Useful input stream utils.

  6. object Range

    Permalink
  7. object S3

    Permalink
  8. object S3Action extends Functions[AmazonS3]

    Permalink
  9. object S3Key extends aws.Tagger[String]

    Permalink
    Definition Classes
    Types

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped