I am developing an google app engine java application with google cloud sql and google cloud storage.
I want to deploy the same code on multiple app engine applications and share google cloud storage files and buckets on each app engine application. Every application can read and write into same bucket. How can I do this? I don't want to make the buckets with public access.
How can I create a bucket pragmatically in java to share same code across all google app engine applications so that each application can use it?