A collection of AWS clients for SmartMediQ.
Project description
[Package Name]
A collection of AWS clients for SmartMediQ.
Install
[pip install mediqaws]
Usage
from mediqaws.clients import S3
profile_name = "..."
bucket_name = "..."
object_key_prefix = "..."
file_path = "..."
with S3(profile_name=profile_name) as s3:
object_key = s3.upload(file_path, bucket_name, object_key_prefix)
print(object_key)
See more examples under tests directory.
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
mediqaws-0.0.4.tar.gz
(6.9 kB
view details)
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 mediqaws-0.0.4.tar.gz.
File metadata
- Download URL: mediqaws-0.0.4.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80038dd26ca8c2129210f94732938156416179ce6dcd0a71a38963b25b7847f6
|
|
| MD5 |
4558f5c8e4d85046f2cd6d1d5e9416cc
|
|
| BLAKE2b-256 |
71125388bb7dd3d35256fbc9d291ff64653493d4ffd3e712ed5fd1911ab4aded
|
File details
Details for the file mediqaws-0.0.4-py3-none-any.whl.
File metadata
- Download URL: mediqaws-0.0.4-py3-none-any.whl
- Upload date:
- Size: 7.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
502f4bafc1d3dc7e1fa76cb77ea3a0d45b119bf120077a7ddb8bfb9513444cad
|
|
| MD5 |
4d1cadad99e63230d752a9ed4ed4470c
|
|
| BLAKE2b-256 |
9327585445bb933ff7e2df9996083f6e81768b64cfcc56cf08688b69d2f5afc0
|