Spaces class

Constructors

Spaces({required String? region, required String? accessKey, required String? secretKey, String? endpointUrl, Client? httpClient})

Properties

accessKey String?
finalinherited
endpointUrl String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client
finalinherited
region String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretKey String?
finalinherited
service String
finalinherited

Methods

bucket(String? bucket) Bucket
close() Future<void>
inherited
getUri(Uri uri) Future<XmlDocument>
inherited
listAllBuckets() Future<List<String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
preSignListAllBuckets() String?
signRequest(BaseRequest request, {Digest? contentSha256, bool preSignedUrl = false, int expires = 86400}) String?
inherited
toString() String
A string representation of this object.
inherited

Operators

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