AwsS3Client class

Constructors

AwsS3Client({required String secretKey, required String accessKey, required String bucketId, String? host, required String region, String? sessionToken, Client? client})
Creates a new AwsS3Client instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildSignedGetParams({required String key, Map<String, String>? queryParams}) SignedRequestParams
Returns a SignedRequestParams object containing the uri and the HTTP headers needed to do a signed GET request to AWS S3. Does not actually execute a request. You can use this method to integrate this client with an HTTP client of your choice.
getObject(String key) Future<Response>
headObject(String key) Future<Response>
keytoPath(String key) String
listObjects({String? prefix, String? delimiter, int? maxKeys}) Future<ListBucketResult?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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