etlantic-s3 (Experimental / Preview)
Version 0.54.0 (lockstep with ETLantic core).
S3-compatible object-store connector for
ETLantic 0.43. Install when
pipelines need Experimental s3 source/sink/storage connectors (fake/CI path
supported; live AWS is opt-in and not production-ready). Pin with core.
Maturity: Experimental (Alpha classifier). Payload format today is JSON (not Parquet). Fake multipart staging buffers records and serializes once at prepare/commit.
Install
pip install 'etlantic-s3==0.54.0'
# Live AWS (opt-in later; not required for CI):
# pip install 'etlantic-s3[aws]==0.54.0'
# pip install 'etlantic==0.54.0'
Core dependency: etlantic>=0.54.0,<0.55. Optional: boto3, pyarrow.
Behavior
- Without
boto3, factories useInMemoryS3Fake(multipart abort + conditional commit-pointer semantics). - Immutable data objects; readers resolve only committed pointers.
- Overwrite/append replace the commit pointer; create/first-write modes keep
conditional create (
If-None-Match). - Publication evidence carries ETag / operation metadata without secret endpoints.
Entry points
| Group | Name | Factory |
|---|---|---|
etlantic.source_connectors |
s3 |
etlantic_s3:create_source |
etlantic.sink_connectors |
s3 |
etlantic_s3:create_sink |
etlantic.storage_connectors |
s3 |
etlantic_s3:create_storage |
Links
Release files for etlantic-s3 0.54.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| etlantic_s3-0.54.0.tar.gz | 8.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| etlantic_s3-0.54.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.9 kB
Release files / etlantic_s3-0.54.0.tar.gz
| Download URL | etlantic_s3-0.54.0.tar.gz |
|---|---|
| Size | 8.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e397aadd3f3e22928fe87db9e4fea93a145dda193a1381ad2a4dffe57f84fb85
|
|
BLAKE2b-256 checksum How to use checksums |
fc50d6a446974063f79b75dd04e6fa9cda72c3b0c9ea75ac276a9078c533f015
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / etlantic_s3-0.54.0-py3-none-any.whl
| Download URL | etlantic_s3-0.54.0-py3-none-any.whl |
|---|---|
| Size | 9.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7a96dae0ba96bbcd20d4c3798452252757aae87a44efa8ff36a9c3bb4d3c836b
|
|
BLAKE2b-256 checksum How to use checksums |
738a95daf53247ce11f93d317314e15ca2f3f1d4e2957ca8ea9b71ad3b4e4388
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.0 {"installer":{"name":"uv","version":"0.12.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|