Re: rasterio opens file from AWS S3 bucket on local machine, but can't find file when deployed to Google App Engine
Judson Buescher <judson.buescher@...>
Hi Sean,
From: <main@rasterio.groups.io> on behalf of "Sean Gillies via groups.io" <sean@...>
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
AWS_SECRET_ACCESS_KEY = secret_access_key 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
|
|