Using a non-AWS S3 filesystem (Ceph) with custom endpoint #4172
-
I'm getting the error:
This error is common if the Here's my nextflow.config (this is a new setup, just a proof of concept test setup).
I can confirm inside the docker container that I can access our bucket as expected.
We use the nextflow docker container and volume mount the The docs seem to suggest this configuration is valid: |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Please include the full .nextflow.log file |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
We're talking about the file
I don't normally even have a However, when I tried including the file
This was my container run step:
Within that container I ran my test workflow:
I'm not sure what dependencies nextflow might have on it, and I don't know how to read I would have guessed that I didn't define |
Beta Was this translation helpful? Give feedback.
-
Nope, the problem is the nextflow config. it should be
|
Beta Was this translation helpful? Give feedback.
-
Ah, it's right there in the documentation, I just misread the It gave the following example, but below it clearly states that the table where
The logs look as expected now:
For completeness there was another error with the pathStyleAccess, it should have been:
Once I corrected that it started working. Thanks a ton for the help! |
Beta Was this translation helpful? Give feedback.
Nope, the problem is the nextflow config. it should be