Implementazione minimale per la gestione delle risorse in cloud di AWS
Project description
simple_aws_wrapper
Example usage:
from src.simple_aws_wrapper.config import AWSConfig
from src.simple_aws_wrapper.const import regions
from src.simple_aws_wrapper.services.s3 import S3
aws_config = AWSConfig()
aws_config.set_region(regions.Region(regions.EU_WEST_1))
s3 = S3()
message_content='Hello World!'
s3.put_object(message_content, "my-bucket", "my-object-key")
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
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 simple_aws_wrapper-2.12.3.tar.gz.
File metadata
- Download URL: simple_aws_wrapper-2.12.3.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e31760dfa3f90bd0a3cf891026508a1d1f60ad1b675f941fcbe2d82a1e4dad8d
|
|
| MD5 |
dd854628e05c27192dd866b390386192
|
|
| BLAKE2b-256 |
3b9b6ef5b96401fdca3da370cb47e8b5b37fae30519215431c6b6f4ce8324b20
|
File details
Details for the file simple_aws_wrapper-2.12.3-py3-none-any.whl.
File metadata
- Download URL: simple_aws_wrapper-2.12.3-py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84b118330a85ef6c7d270d4badc0adbdcb9ae004a0c84efd0c6d003fe75ef534
|
|
| MD5 |
96479c1a0bb220772886f5f4d958aecc
|
|
| BLAKE2b-256 |
7224b693c179c240e24468e400d46e23d774dba9e371d916ff69a7d032d712e2
|