AWSV4Signature class

Contains the configurations necessary to generate a signature for access to private storage buckets that support Signature Version 4 for authentication.

The service name for generating the authentication header will always default to 's3'.

Constructors

AWSV4Signature({String? accessKey, String? accessKeyId, String? accessKeyVersion, String? originRegion})
AWSV4Signature.fromJson(Map json_)

Properties

accessKey String?
The access key used for s3 bucket authentication.
getter/setter pair
accessKeyId String?
The identifier of an access key used for s3 bucket authentication.
getter/setter pair
accessKeyVersion String?
The optional version identifier for the access key.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
originRegion String?
The name of the cloud region of your origin.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited