On Tue, Jan 29, 2019 at 01:10:29AM -0000, bclif...@systemsbiology.org wrote: > It appears that the request is being sent to S3.amazonaws.com rather > than to storage.googleapis.com. My understanding is that one should > pass s3-aws as the provider, but presumably somewhere the > GOOG-ACCESS-KEY should be a clue to instead send the request to GCS. > > So, my question: Is this migration not implemented in blobstore or am > I just calling the example incorrectly?
You should set the provider to "s3" instead of "aws-s3" and set the endpoint to https://storage.googleapis.com. -- Andrew Gaul http://gaul.org/