A package to navigate SatSure Cloud infrastructure
Project description
satsure_cloud_utils
The satsure_cloud_utils is a python package that contains all the functionality to browse and navigate aws infrastrucure used in SatSure.
Documentation
Install
$ pip install satsure_cloud_utils
Usage
>> from satsure_cloud_utils import GetS3Handler
>> s3_handler = GetS3Handler(
access_key_id = "*****",
secret_access_key="*****"
)
>> output = s3_handler.list_buckets()
>> print(output)
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
Close
Hashes for satsure_cloud_utils-0.0.17.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0adb36a49377bc1049f086a992499c50fc0ce6b7874092c3b3b0eb4fbd8050e |
|
MD5 | f8f5b2a40cec456fc7843c8bcc9c7239 |
|
BLAKE2b-256 | 79ecc571eb92063e07aabd4a5c76163a8951c904fb2a7cce662d2f5a1e02a8f5 |