S3Operations extension

on

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

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