python-s3fs 2026.2.0-1 source package in Ubuntu
Changelog
python-s3fs (2026.2.0-1) unstable; urgency=medium * New upstream release. * Update dates in d/copyright. -- Antonio Valentino <email address hidden> Sat, 14 Feb 2026 18:08:43 +0000
Upload details
- Uploaded by:
- Debian GIS Project
- Uploaded to:
- Sid
- Original maintainer:
- Debian GIS Project
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Resolute | release | universe | python |
Downloads
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-s3fs_2026.2.0-1.dsc | 3.0 KiB | 3e64c4338ec34d0c4545751f8f352b7f13c261be38c9e3509d7a4131fc430b36 |
| python-s3fs_2026.2.0.orig.tar.gz | 94.9 KiB | 1a715ad0cb1a878060ea88c43ae100bc9f955f9ad01b487e66eb1ebb84d6a0d2 |
| python-s3fs_2026.2.0-1.debian.tar.xz | 4.6 KiB | 0b7ffe991985614031f7f51c0dcdf649668774aed4f08750b9eafc7a96ab8993 |
No changes file available.
Binary packages built by this source
- python3-s3fs: Convenient Filesystem interface over S3
Pythonic file interface to S3, s3fs builds on top of botocore.
.
The top-level class S3FileSystem holds connection information and
allows typical file-system style operations like cp, mv, ls, du,
glob, etc., as well as put/get of local files to/from S3.
.
The connection can be anonymous - in which case only
publicly-available, read-only buckets are accessible - or via
credentials explicitly supplied or in configuration files.
.
Calling open() on a S3FileSystem (typically using a context manager)
provides an S3File for read or write access to a particular key.
The object emulates the standard File protocol (read, write, tell,
seek), such that functions expecting a file can access S3.
Only binary read and write modes are implemented, with blocked
caching.
.
S3Fs uses and is based upon fsspec.
