snakemake-storage-plugin-s3
A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)
What it is and what it does
This package is a Snakemake storage plugin that extends Snakemake's workflow engine to treat S3-compatible object storage as a native file backend. Instead of managing local files or manually uploading to cloud storage, you can declare workflow outputs directly as S3 paths (e.g., s3://bucket/file.txt), and Snakemake will handle reading and writing through the S3 API. It works with AWS S3, MinIO, and other S3-compatible services.
The plugin integrates with Snakemake's plugin interface and relies on boto3 and botocore to communicate with S3 endpoints. Once installed, it becomes available to any Snakemake workflow on the same system. It is actively maintained and supports Python 3.11 through 3.13, with no known security vulnerabilities.
Use it for:
- Run Snakemake workflows that read input data from S3 buckets and write results back to S3 without intermediate local storage.
- Use MinIO or other S3-compatible storage as a workflow backend for on-premises or air-gapped environments.
- Integrate Snakemake pipelines with AWS data lakes where intermediate and final outputs live in S3.
- Simplify CI/CD pipelines by treating cloud object storage as a transparent file system within workflow definitions.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Enables Snakemake workflows to read from and write to S3-compatible storage (AWS S3, MinIO, and others) as a pluggable storage backend.
Yes, if you run Snakemake workflows that need S3 or S3-compatible storage integration. The plugin is actively maintained, has low install friction, carries a permissive MIT license, and has no known vulnerabilities. It is a straightforward way to enable cloud storage support in Snakemake without custom scripting.
Install
snakemake-storage-plugin-s3 on PyPI
pip
pip install snakemake-storage-plugin-s3uv
uv add snakemake-storage-plugin-s3poetry
poetry add snakemake-storage-plugin-s3Installing snakemake-storage-plugin-s3
Before you install
Low friction install with a pure-Python wheel. Actively maintained as of April 2026, with recent updates. Depends on boto3 and botocore for AWS SDK functionality, which are standard and well-maintained.
License in practice
MIT license permits commercial and private use with minimal restrictions—suitable for most projects without licensing concerns.
Quickstart
pip install snakemake-storage-plugin-s3
# In a Snakefile, reference S3 paths directly:
# rule example:
# output: "s3://my-bucket/output.txt"
# shell: "echo hello > {output}"
Requires Python 3.11 or later. AWS credentials or MinIO endpoint configuration must be available in the environment (via AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, or similar).
Verify before relying
- Whether the plugin auto-discovers S3 credentials from IAM roles, environment variables, or config files, or requires explicit setup.
- Performance characteristics and any limits on object size or concurrent operations.
- Whether MinIO and other S3-compatible endpoints are tested and fully supported or require additional configuration.
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (<4.0,>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — snakemake-interface-common, snakemake-interface-storage-plugins, boto3, botocore |
| Maintenance | actively maintained — 337 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 439,308/month — #6,657 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: snakemake_storage_plugin_s3-0.3.6-py3-none-any.whl
Keywords: snakemake, plugin, storage, s3
Tags
More Build Tools packages
Provides reusable utilities for Python…
permissive · top 100 on PyPI
tqdmWraps any iterable to display a real-time…
copyleft · top 100 on PyPI
pippip is the standard installer for Python…
permissive · top 100 on PyPI
hatchlingHatchling is a standards-compliant Python build…
permissive · top 100 on PyPI
grpcio-toolsGenerates Python gRPC service stubs and message…
permissive · top 1,000 on PyPI
pre-commitpre-commit is a framework for installing and…
permissive · top 1,000 on PyPI
snakemake-storage-plugin-gcsEnables Snakemake workflows to read from and…
permissive · top 15,000 on PyPI
snakemakeSnakemake is a workflow management system that…
permissive · top 15,000 on PyPI
minioProvides high-level Python APIs to connect to…
permissive · top 5,000 on PyPI
snakemake-interface-storage-pluginsProvides a stable interface specification and…
unclear · top 5,000 on PyPI
snakemake-interface-report-pluginsDefines the interface contract that Snakemake…
unclear · top 15,000 on PyPI
snakemake-interface-executor-pluginsProvides a stable interface specification for…
permissive · top 15,000 on PyPI
snakemake-interface-commonProvides shared interfaces, utilities, and data…
unclear · top 5,000 on PyPI
miniopy-asyncAsynchronous Python client for MinIO object…
permissive · top 15,000 on PyPI
snakemake-interface-logger-pluginsProvides a stable interface specification for…
unclear · top 15,000 on PyPI
django-storagesdjango-storages provides pluggable storage…
permissive · top 5,000 on PyPI