Package

akka.stream.alpakka.s3

auth

Permalink

package auth

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. auth
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AWSCredentials extends AnyRef

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11) use com.amazonaws.auth.* entities

  2. final case class AWSSessionCredentials(accessKeyId: String, secretAccessKey: String, sessionToken: String) extends AWSCredentials with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11) use com.amazonaws.auth.* entities

  3. final case class BasicCredentials(accessKeyId: String, secretAccessKey: String) extends AWSCredentials with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.11) use com.amazonaws.auth.* entities

Value Members

  1. object AWSCredentials

    Permalink
  2. def digest(algorithm: String = "SHA-256"): Sink[ByteString, Future[ByteString]]

    Permalink
  3. def encodeHex(bytes: ByteString): String

    Permalink
  4. def encodeHex(bytes: Array[Byte]): String

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped