-
Notifications
You must be signed in to change notification settings - Fork 35
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
S3 with Jzarr #89
S3 with Jzarr #89
Conversation
Adds a `--remote` option which if present will trigger the creation of an alternative `FileSystem` based on the URI prefix. see: https://jzarr.readthedocs.io/en/latest/amazonS3.html
Note: looks like the 404 is a minio/permissions issue. The nginx logs show an attempt to access Taking minio out of the middle,
|
While we wait for #80 to go in: a few questions:
|
Green after merging in origin/master. |
Merged in the mainline to solve the conflict. @chris-allan, can you see getting this into 0.3.0 or would you rather see this externally in a wrapping layer? |
Definitely not a priority for us for 0.3.0.
Personally, I like the style of just using a URI as the target and not having
The use of the |
Pushed a commit to drop the
I haven't tested the AWS_* properties and support ingnon-path-style access will require more work. Trying to test against minio, I needed to use |
@chris-allan : I think this has been properly sanitized:
|
I'm okay with including it. There's probably a substantial argument for
For the use of |
Needs to have |
Conflict resolved and |
👍 Just needs the style fixes and we'll be green and ready to merge I think. |
whew |
HI there, A bit late to the party, but if you're interested in an S3 implementation for Java, we've made a spin-off of the Upplication/Amazon-S3-FileSystem-NIO2 on which nextflow-s3fs was based and have released it to Maven Central. We've called it s3fs-nio, cut a 1.0.0 release and it's available via Maven Central (here). |
Built on top of #80 following suggestions from bcdev/jzarr#16
Example:
note: there are a number of other forks of the original s3fs library including https://github.com/nextflow-io/nextflow-s3fs