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.15.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5cd915e298966dfe8a1761f9a704dce9c5cd15f885d7646764679f58dff5c3c |
|
MD5 | d28fa8a53bea21422da899b0484c991f |
|
BLAKE2b-256 | 5ff52901e8cd7492a50b8fbe79557b28972d3c64a2df71050ce1ed858968cbcc |