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
simple_aws_wrapper-2.11.0.tar.gz
(11.3 kB
view details)
Built Distribution
File details
Details for the file simple_aws_wrapper-2.11.0.tar.gz
.
File metadata
- Download URL: simple_aws_wrapper-2.11.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2a3817888b6277746c2113b365f34427c66c069eaf797ec94145acef8d515ba |
|
MD5 | 7adb962d76e5019a82e2e03948970ce0 |
|
BLAKE2b-256 | d410e9117dee93396f1c63337383c22070d394864341f97159f8e581fb1f383a |
File details
Details for the file simple_aws_wrapper-2.11.0-py3-none-any.whl
.
File metadata
- Download URL: simple_aws_wrapper-2.11.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45f22c8964a14d0621d06546be9104abbee8a2820397a0ad3267255240d67ec9 |
|
MD5 | 5f5bba9386f70cfc56456012d4bf139c |
|
BLAKE2b-256 | 74428225636a152be16d4dacf6a7f215868e1cd85b178e063c4790fabfe8bcf1 |