quiltdata / nf-quilt

GNU General Public License v3.0
9 stars 1 forks source link

min.io support #146

Open drernie opened 1 year ago

drernie commented 1 year ago

The Boto APIs used for S3 should work with Minio, but we need:

drernie commented 1 year ago

Compare the NextFlow Documentation:

S3-compatible storage

To use S3-compatible object storage such as Ceph or Minio specify the endpoint of your storage provider and enable the S3 path style access in your Nextflow configuration as shown below:

aws {
    accessKey = '<Your access key>'
    secretKey = '<Your secret key>'
    client {
        endpoint = '<Your storage endpoint URL>'
        s3PathStyleAccess = true
    }
}