add nextflow d30e48d
This commit is contained in:
17
nextflow/docs/developer/nextflow.cloud.aws.nio.md
Normal file
17
nextflow/docs/developer/nextflow.cloud.aws.nio.md
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
# `nextflow.cloud.aws.nio`
|
||||
|
||||
The `nextflow.cloud.aws.nio` package implements the S3 filesystem.
|
||||
|
||||
## Class Diagram
|
||||
|
||||
```{mermaid} diagrams/nextflow.cloud.aws.nio.mmd
|
||||
```
|
||||
|
||||
```{note}
|
||||
Some classes may be excluded from the above diagrams for brevity.
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
||||
The S3 filesystem translates Java Path API calls into S3 API calls, which allows Nextflow to interact with S3 objects through the same interface for local files.
|
||||
Reference in New Issue
Block a user