S3Client class

Available extensions

Constructors

S3Client(S3Config config, {bool debug = true})

Properties

config S3Config
final
debug bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteObject(String key) Future<bool>

Available on S3Client, provided by the S3Operations extension

getObject(String key) Future<Uint8List?>

Available on S3Client, provided by the S3Operations extension

getString(String key) Future<String?>

Available on S3Client, provided by the S3Operations extension

listObjects({String? prefix, int maxKeys = 1000}) Future<List<String>>

Available on S3Client, provided by the S3Operations extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectExists(String key) Future<bool>

Available on S3Client, provided by the S3Operations extension

putObject({required String key, required Uint8List data, String? contentType, S3Acl? acl}) Future<bool>

Available on S3Client, provided by the S3Operations extension

putString(String key, String data, {String? contentType, S3Acl? acl}) Future<bool>

Available on S3Client, provided by the S3Operations extension

setObjectAcl(String key, S3Acl acl) Future<bool>

Available on S3Client, provided by the S3Operations extension

toString() String
A string representation of this object.
inherited

Operators

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