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.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e213a5e20f99692d556b99d561357120ab765420a32b769c001353cf872022b7 |
|
MD5 | 7a2569d9fa2d562a66d1ba8c1b0b15f9 |
|
BLAKE2b-256 | 503b36c0628316844244ab46a1213ee4a96d6c86143ed18eef9987130416708a |