ibm-cos-sdk-s3transfer
IBM S3 Transfer Manager
What it is and what it does
ibm-cos-sdk-s3transfer is a Python library for transferring data to and from IBM Cloud Object Storage using an S3-compatible API. It wraps the lower-level ibm-cos-sdk-core dependency to provide a higher-level transfer manager interface.
The package is in abandoned maintenance: the repository is archived, the last commit was 2026-04-14, and it is marked as Development Status Alpha. It will not receive updates, security patches, or bug fixes. If you depend on IBM COS transfers, you should verify whether IBM provides an actively maintained alternative or whether ibm-cos-sdk-core is still supported.
Use it for:
- Transfer large files to IBM COS with automatic multipart handling.
- Download objects from IBM COS in a managed way.
- Integrate IBM COS storage into data pipeline or backup workflows.
- Migrate data between local storage and IBM Cloud Object Storage.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Manages transfers to and from IBM Cloud Object Storage using an S3-compatible interface, handling upload, download, and multipart operations.
No. The package is abandoned (no commits since 2026-04-14, archived repository) and will not receive maintenance or security updates. High install friction from a compiled dependency compounds the risk. Use only if locked into an existing deployment and unable to migrate to an actively maintained alternative.
Install
ibm-cos-sdk-s3transfer on PyPI
pip
pip install ibm-cos-sdk-s3transferuv
uv add ibm-cos-sdk-s3transferpoetry
poetry add ibm-cos-sdk-s3transferInstalling ibm-cos-sdk-s3transfer
Before you install
High install friction due to a compiled dependency (ibm-cos-sdk-core). The package is abandoned with no commits since 2026-04-14 and an archived repository; it will not receive updates or security patches.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions, though you assume responsibility for issues since the project is no longer maintained.
Quickstart
pip install ibm-cos-sdk-s3transfer
from ibm_cos_sdk_s3transfer import S3Transfer
transfer = S3Transfer(client)
Requires ibm-cos-sdk-core, a compiled dependency that may require build tools; Python 3.8 or later.
Verify before relying
- Whether ibm-cos-sdk-core is actively maintained or also abandoned.
- Compatibility with current IBM COS API versions given the package's abandoned status.
- What concrete transfer operations the library supports beyond the basic interface.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | high — source build required |
| Runtime dependencies | 1 — ibm-cos-sdk-core |
| Maintenance | abandoned — 122 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 1,223,435/month — #4,196 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: ibm_cos_sdk_s3transfer-2.16.2.tar.gz
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
deadline-job-attachmentsTransfers files between workstations and AWS…
permissive · top 15,000 on PyPI
ibm-cos-sdkPython SDK for interacting with IBM Cloud…
permissive · top 5,000 on PyPI
s3transfers3transfer manages concurrent uploads and…
permissive · top 100 on PyPI
ibm-cos-sdk-coreProvides a low-level Python interface to IBM…
permissive · top 5,000 on PyPI
cos-python-sdk-v5Python SDK for Tencent Cloud's COS (Cloud…
permissive · top 5,000 on PyPI
coscmdCOSCMD is a command-line tool for managing…
permissive · top 15,000 on PyPI
obstoreobstore provides a unified Python interface to…
permissive · top 5,000 on PyPI
snakemake-storage-plugin-s3Enables Snakemake workflows to read from and…
permissive · top 15,000 on PyPI
types-s3transferProvides type annotations and IDE code…
permissive · top 1,000 on PyPI
synapse-s3-storage-providerA Synapse media storage provider that…
permissive · top 15,000 on PyPI