SH Python script & AWS S3

Has anyone attempted invoking the SH Python script from AWS and storing the downloaded images (32 bit float GeoTIFF) to their AWS S3? Can you please share your method and how you set it up? Code (with confidential info masked out) would be nice. Thank you.

Hi @arun,

I have never tried to do that yet. However I suggest you check boto3 Python package which is used interacting with AWS services. Once you download data with sentinelhub package, boto3 can upload it to S3.

2 Likes