Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

min.io support #146

Open
drernie opened this issue Oct 15, 2023 · 1 comment
Open

min.io support #146

drernie opened this issue Oct 15, 2023 · 1 comment

Comments

@drernie
Copy link
Member

drernie commented Oct 15, 2023

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

  • an environment to test against
  • provide configuration documentation
@drernie
Copy link
Member Author

drernie commented Oct 15, 2023

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
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant