skillfed

snakemake-storage-plugin-s3

A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)

snakemake-storage-plugin-s3 v0.3.6 439.3K downloads/30d#6,657 on PyPI5
Permissive license MIT Active released

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-s3

uv

uv add snakemake-storage-plugin-s3

poetry

poetry add snakemake-storage-plugin-s3

Installing 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

License :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

snakemake s3 storage pluginsnakemake aws s3 integrationsnakemake minio storages3 compatible storage snakemakesnakemake cloud storage backendsnakemake object storage plugin
snakemake-plugincloud-storageworkflow-automation

More Build Tools packages

packaging

Provides reusable utilities for Python…

permissive · top 100 on PyPI

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

pip

pip is the standard installer for Python…

permissive · top 100 on PyPI

hatchling

Hatchling is a standards-compliant Python build…

permissive · top 100 on PyPI

grpcio-tools

Generates Python gRPC service stubs and message…

permissive · top 1,000 on PyPI

pre-commit

pre-commit is a framework for installing and…

permissive · top 1,000 on PyPI

snakemake-storage-plugin-gcs

Enables Snakemake workflows to read from and…

permissive · top 15,000 on PyPI

snakemake

Snakemake is a workflow management system that…

permissive · top 15,000 on PyPI

minio

Provides high-level Python APIs to connect to…

permissive · top 5,000 on PyPI

snakemake-interface-storage-plugins

Provides a stable interface specification and…

unclear · top 5,000 on PyPI

snakemake-interface-report-plugins

Defines the interface contract that Snakemake…

unclear · top 15,000 on PyPI

snakemake-interface-executor-plugins

Provides a stable interface specification for…

permissive · top 15,000 on PyPI

snakemake-interface-common

Provides shared interfaces, utilities, and data…

unclear · top 5,000 on PyPI

miniopy-async

Asynchronous Python client for MinIO object…

permissive · top 15,000 on PyPI

snakemake-interface-logger-plugins

Provides a stable interface specification for…

unclear · top 15,000 on PyPI

django-storages

django-storages provides pluggable storage…

permissive · top 5,000 on PyPI