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.21.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2929bcd225e4ae8cbf2b9271c4b7a2dad5327327ae142d2d08526d629dc59d7 |
|
MD5 | c737f30309a0515ce6d6cde4031baeec |
|
BLAKE2b-256 | 915401f3b36339a127f6d505f0b556e7097ebd94497621b6cd8cadc6533fe903 |