Re: rasterio opens file from AWS S3 bucket on local machine, but can't find file when deployed to Google App Engine
Sean Gillies
Hi Judson, On Wed, Aug 12, 2020 at 9:42 AM Judson Buescher <judson.buescher@...> wrote:
If the source data for your App Engine app is on AWS, you'll need to make sure that you're providing AWS keys to access it. You'll want etc. in your environment, not GS_SECRET_ACCESS_KEY (etc.). I've never used boto3 on App Engine and wouldn't recommend that approach of configuring AWS for GDAL and rasterio. Sean Gillies
|
|