MinioX extension
- on
Methods
-
fGetObject(
String bucket, String object, String filePath) → Future< void> - Downloads and saves the object as a file in the local filesystem.
-
fPutObject(
String bucket, String object, String filePath, {Map< String, String> ? metadata, void onProgress(int)?, int? maxRetries, void onRetry(UploadRetryStage stage, int attemptCount, int maxRetries, dynamic error)?}) → Future<String>