dirigent-storage-s3
The s3:// storage backend for dirigent, for AWS S3 and any S3-compatible endpoint.
Registers the s3 URI scheme and an s3 connection kind. URIs are s3://bucket/key; the
bucket is always carried by the URI, never inferred.
- Reads stream.
open_readyields bounded chunks off the object body, so copying a multi-gigabyte artifact is never resident. - Writes are all-or-nothing. A small write lands as one
put_object. Once the buffer crosses 5 MiB it becomes a multipart upload, completed only on a clean exit and aborted on any exception, so a reader never sees a half-written object. - Listing takes a prefix or a glob. The fixed part of the pattern becomes the S3
Prefix; the returned keys are filtered withfnmatch, so*matches across/. - Any S3 API. Set
endpoint_urlandpath_styleto address a self-hosted or third-party S3-compatible endpoint; leave both alone for AWS S3 itself.
The s3 connection check does a head_bucket when the connection names a default bucket and
a list_buckets otherwise, and reports rather than raises.
Integration tests run against a real S3-compatible server under the s3 marker, which the
default test lane excludes: uv run pytest packages/dirigent-storage-s3 -m s3.
Release files for dirigent-storage-s3 0.17.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dirigent_storage_s3-0.17.3.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dirigent_storage_s3-0.17.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.5 kB
Release files / dirigent_storage_s3-0.17.3.tar.gz
| Download URL | dirigent_storage_s3-0.17.3.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b3f79346c555032f716d19c0bb967e9fdb21f6dd46e93960a0cc559d94998e7
|
|
BLAKE2b-256 checksum How to use checksums |
a22d09841522d30da6628cbee9ca19d6bb1a3e7360fdfe43544a20890d98efaa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency logRelease files / dirigent_storage_s3-0.17.3-py3-none-any.whl
| Download URL | dirigent_storage_s3-0.17.3-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
09745b677049013613d5c3af60df732650bc9b994385a6ed86cd413433fead15
|
|
BLAKE2b-256 checksum How to use checksums |
74ac944bcd4c091ffc3a4db49ff095c398333543c3ce76b512a200693b5349b4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 21, 2026.
Transparency log