S3Destination class
The name and prefix of the S3 bucket where code signing saves your signed objects.
Constructors
- S3Destination({String? bucketName, String? prefix})
Properties
- bucketName → String?
-
Name of the S3 bucket.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prefix → String?
-
An Amazon S3 prefix that you can use to limit responses to those that begin
with the specified prefix.
final
- 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