Sigv4

aws.auth.Sigv4
See theSigv4 companion object
final case class Sigv4(name: String)

Signature Version 4 is the process to add authentication information to AWS requests sent by HTTP. For security, most requests to AWS must be signed with an access key, which consists of an access key ID and secret access key. These two keys are commonly referred to as your security credentials.

Value parameters

name

The signature version 4 service signing name to use in the credential scope when signing requests. This value SHOULD match the arnNamespace property of the aws.api#service trait if present and the name property of the aws.api#sigv4a trait if present.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product