S3Service class abstract

Inheritance
Implementers

Constructors

S3Service()

Properties

configPath ConfigPath?
finalinherited
environment Environment
Fetch the environment configuration from ConfigService.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bucketExists(String bucket) Future<bool>
config<T>(String path) → T
Fetches a configuration value from ConfigService.
inherited
configObject<T extends TransferObjectBase>(String path, TransferBean<T> bean) → T
Fetches a configuration value from ConfigService and parse it into the TransferObject.
inherited
getObject(String bucket, String object) Future<void>
initialize() Future<void>
inherited
listBuckets() Future<List<Bucket>>
listObjects(String bucket, [String? prefix, bool recursive = false]) Stream<ListObjectsResult>
makeBucket(String bucket, [String? region]) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
putObject(String bucket, String object, Stream<List<int>> data, {int? size, int? chunkSize, Map<String, String>? metadata, void onProgress(int)?}) Future<String>
removeBucket(String bucket) Future<void>
removeObject(String bucket, String object) Future<void>
removeObjects(String bucket, List<String> objects) Future<void>
shutdown() Future<void>
inherited
statObject(String bucket, String object) Future<StatObjectResult>
toString() String
A string representation of this object.
inherited

Operators

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