Skip to main content

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=b'Hello World!'

s3.put_object(message_content, "my-bucket", "my-object-key")

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

simple_aws_wrapper-2.8.1.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

simple_aws_wrapper-2.8.1-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page