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.18.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8789ec89731771356560836f86100c83d6de6d336c63d5a45e5dc00ea083e9c5 |
|
MD5 | 010b9578d873d080a03f18af7f23a0ba |
|
BLAKE2b-256 | de7c2a3c5abe5ffa13cf5c6820f74cdbc71cfd2bb9bc35a6b29c0075794361d8 |