0

I'm trying to setup Datastore backup on our AppEngine project, but I was wondering if it's possible to specify a bucket that's outside of the AppEngine project?

In the docs, it's not mentioned that it has to be in the same project. But it doesn't mention how to specify a bucket outside the project as well.

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
john2x
  • 22,546
  • 16
  • 57
  • 95

1 Answers1

1

Sure you can - I have multiple apps backing up to the same bucket. Just specify the gs_bucket_name parameter, and make sure that your app engine service account has write access to the bucket.

Gwyn Howell
  • 5,365
  • 2
  • 31
  • 48