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.23.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 188dba3a3838d8c3751ea24885debbf40f7595d6656d80125e2122027dbe5826 |
|
MD5 | 144999dcc627d0b9d1666723b0dd41dc |
|
BLAKE2b-256 | 724ded0626f2fe2770655f108b5f4d040e9d22cac090cdcf9c8c1072c1aaae24 |