Files
ma/nextflow/docs/developer/nextflow.cloud.aws.nio.md
2026-04-29 23:01:54 +02:00

18 lines
422 B
Markdown

# `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.