After deploying from my local development server to the app engine i suddenly have 2 other buckets created. Command for reference:
gloud app deploy
Everytime i delete them they pop back up as soon as i deploy again. The three buckets i have AFTER deploying are the following:
eu.artifacts.{app-id}.appspot.com
{app-id}.appspot.com
staging.{app-id}.appspot.com
Accessing all urls returns the same page. The first bucket contains a container with application images. The middle one contains nothing and the last one contains a folder named "appengine". Deleting them removes the ability to access them through the browser.
My questions: Why are they there? I dont want 3 urls with the same app and nowhere have i ever asked for them to be made.
It bugs me that they can be accessed through the browser when only the middle bucket is linked to an actual page.
Also it seems kinda dumb to have a "staging" area just containing and image of the actual live version. I mean it's already deployed..
Do anyone have a solution prevent these from being made or a solution in which they can't be accessed?
Close to this unanswered question: Bucket of Staging files after deploying an app engine