deadline-job-attachments
Library that enables file transfers between workstations and AWS Deadline Cloud using Amazon S3 buckets as content-addressed storage.
What it is and what it does
This library handles file transfers between your local workstations and AWS Deadline Cloud by leveraging Amazon S3 as a content-addressed storage backend. Instead of uploading the same file multiple times, the library tracks file content and uploads only new or modified files, reducing bandwidth and storage costs. It abstracts away the complexity of managing S3 uploads and retrievals, presenting a simpler interface for job attachment workflows.
The package is designed for developers building applications on AWS Deadline Cloud who need to reliably move job-related files (assets, scripts, dependencies) to and from the cloud. It runs on Python 3.8 through 3.14 across Linux, Windows, and macOS, and depends on boto3 for AWS integration, psutil for system monitoring, and xxhash for content hashing.
Use it for:
- Upload job assets and dependencies to AWS Deadline Cloud before submitting rendering or compute jobs
- Retrieve completed job outputs and results from cloud storage back to local workstations
- Manage file versioning and deduplication in S3 without manually tracking content hashes
- Integrate file transfer logic into custom AWS Deadline Cloud job submission pipelines
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Transfers files between workstations and AWS Deadline Cloud using Amazon S3 as content-addressed storage, avoiding redundant uploads of identical files.
Yes, if you are building on AWS Deadline Cloud and need to move files between workstations and the cloud. The library is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. It is still in initial development (version 0.1.3), so expect potential API changes in minor version bumps; review the changelog before upgrading in production.
Install
deadline-job-attachments on PyPI
pip
pip install deadline-job-attachmentsuv
uv add deadline-job-attachmentspoetry
poetry add deadline-job-attachmentsInstalling deadline-job-attachments
Before you install
Low friction install with five runtime dependencies (boto3, psutil, pywin32, typing-extensions, xxhash). Active maintenance with a release 30 days ago; repository is current and not archived.
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions; suitable for most deployment contexts.
Quickstart
pip install deadline-job-attachments
import deadline_job_attachments
# Use the library to configure and manage file transfers to AWS Deadline Cloud
Requires Python 3.8 through 3.14 and a Linux, Windows, or macOS operating system; AWS credentials and an S3 bucket configured in your AWS account are needed for actual file transfers.
Verify before relying
- Whether the library provides a high-level API or requires low-level S3 management
- Performance characteristics and file size limits for typical job attachment workflows
- Integration requirements with existing AWS Deadline Cloud job submission tools
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (<3.15,>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — boto3, psutil, pywin32, typing-extensions, xxhash |
| Maintenance | actively maintained — 30 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 91,366/month — #13,518 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: deadline_job_attachments-0.1.3-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
ibm-cos-sdk-s3transferManages transfers to and from IBM Cloud Object…
permissive · top 5,000 on PyPI
s3transfers3transfer manages concurrent uploads and…
permissive · top 100 on PyPI
s3fss3fs provides a Python filesystem interface to…
permissive · top 100 on PyPI
git-remote-s3Enables Git to use Amazon S3 as a remote…
permissive · top 15,000 on PyPI
s3cmds3cmd is a command-line tool for uploading,…
copyleft · top 5,000 on PyPI
minioProvides high-level Python APIs to connect to…
permissive · top 5,000 on PyPI
fs-s3fsS3FS provides a PyFilesystem interface to…
permissive · top 15,000 on PyPI
aws-cdk.aws-s3Defines AWS S3 buckets and related resources as…
permissive · top 15,000 on PyPI
synapse-s3-storage-providerA Synapse media storage provider that…
permissive · top 15,000 on PyPI