Add your description here
Project description
Getting Started
Installation
pip install aws-s3
Usage
from aws_sdk_python import AsyncS3Client
async def main():
async with AsyncS3Client() as s3:
# Example: call the abort_multipart_upload operation
response = await s3.abort_multipart_upload()
print(response["request_charged"])
Pagination
Some operations in this SDK support pagination. If the operation supports pagination it will have an iter_ prefixed method that returns an async iterator.
from aws_sdk_python import AsyncS3Client
async def main():
async with AsyncS3Client() as s3:
# Example: paginate over list_buckets
async for item in s3.iter_list_buckets():
print(item)
Waiters
Waiters poll an operation until a resource reaches a desired state. If the operation supports waiters it will have a wait_ prefixed method.
from aws_sdk_python import AsyncS3Client
async def main():
async with AsyncS3Client() as s3:
# Example: wait for bucket_exists
await s3.wait_bucket_exists(max_wait_time=300)
Error Handling
The SDK raises exceptions for errors returned by the API. Catch them to handle failures gracefully.
from aws_sdk_python import AsyncS3Client
from aws_sdk_python.error import NoSuchUpload
async def main():
async with AsyncS3Client() as s3:
try:
await s3.abort_multipart_upload()
except NoSuchUpload as e:
print(f"Error: {e}")
print(e.data) # additional error data
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws_sdk_s3-0.1.0.tar.gz.
File metadata
- Download URL: aws_sdk_s3-0.1.0.tar.gz
- Upload date:
- Size: 599.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ef416bfa03db02bdc71e38a975ad0320ba3f7bc60e6119cfa747d6411898fa6
|
|
| MD5 |
e2af1cd8e53cdee3b25039750376a64d
|
|
| BLAKE2b-256 |
f18674660aafb6c560274a6aec5c5234a98eda2e4d4530db20221cff9f51e95f
|
Provenance
The following attestation bundles were made for aws_sdk_s3-0.1.0.tar.gz:
Publisher:
publish.yml on kap-sh/aws-sdk-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aws_sdk_s3-0.1.0.tar.gz -
Subject digest:
6ef416bfa03db02bdc71e38a975ad0320ba3f7bc60e6119cfa747d6411898fa6 - Sigstore transparency entry: 1692351705
- Sigstore integration time:
-
Permalink:
kap-sh/aws-sdk-python@228a393abde1fb834d4f991331f30dc2e4e2d8f5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/kap-sh
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@228a393abde1fb834d4f991331f30dc2e4e2d8f5 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file aws_sdk_s3-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aws_sdk_s3-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9abff75e1061b04c3e24230fe799bab5fedfdcdd40fff31750be2a179663480e
|
|
| MD5 |
0d0e5517ae853a3adc6986ac02b1c3fa
|
|
| BLAKE2b-256 |
c34f811b0170883525b10b9d89486d2b23227fa13ee58882bbdf52aec11e5a98
|
Provenance
The following attestation bundles were made for aws_sdk_s3-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on kap-sh/aws-sdk-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aws_sdk_s3-0.1.0-py3-none-any.whl -
Subject digest:
9abff75e1061b04c3e24230fe799bab5fedfdcdd40fff31750be2a179663480e - Sigstore transparency entry: 1692351783
- Sigstore integration time:
-
Permalink:
kap-sh/aws-sdk-python@228a393abde1fb834d4f991331f30dc2e4e2d8f5 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/kap-sh
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@228a393abde1fb834d4f991331f30dc2e4e2d8f5 -
Trigger Event:
workflow_dispatch
-
Statement type: