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.19.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 323ca81f02063adde90ccfeac0c8a698e85ce13516de319e48f1763c2a03c34d |
|
MD5 | 895e842062dc922e1dd08cf50bacc18f |
|
BLAKE2b-256 | fcdba802e03e6e41843c371665fba17fce1a72554b0c8de0fe793b11b087432f |