MinioX extension

on

Methods

fGetObject(String bucket, String object, String filePath) Future<void>

Available on Minio, provided by the MinioX extension

Downloads and saves the object as a file in the local filesystem.
fPutObject(String bucket, String object, String filePath, [Map<String, String>? metadata]) Future<String>

Available on Minio, provided by the MinioX extension