Connector and storage over boto
Project description
Aioworkers Boto
Table of Contents
Installation
pip install aioworkers-boto
Use
s3:
cls: aioworkers_boto.storage.Storage
bucket: mybucket
path: subdir/subsubdir
connection:
endpoint_url: https://...
aws_secret_access_key: '&124323453456789'
aws_access_key_id: key-id
region_name: us-east-1
format: json
await context.s3.set(key, data) # save data
d = await context.s3.get(key) # get data
await context.s3.set(key, None) # delete
License
aioworkers-boto
is distributed under the terms of the Apache-2.0 license.
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for aioworkers_boto-0.0.1b4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b372fe0e98e8ce2a25d30dc706fa81c8371b656f9eefb3ae45c01c0b9b4e7d22 |
|
MD5 | 239cabc351b01a4e2eadcdde77064c97 |
|
BLAKE2b-256 | 3e8a1ac8d56ded8eabbed7e6a03ea7f43a64d6e667da17ed880201b31b40cc70 |