Bronze 3
Since ‎07-16-2023
2 weeks ago

My Stats

  • 6 Posts
  • 0 Solutions
  • 4 Likes given
  • 8 Likes received

Zelgon's Bio

Badges Zelgon Earned

View all badges

Recent Activity

The Cloud Storage documentation shows how to rename an object. It involves copying it to a new object then deleting the original via this code:// Copy source object to target objectstorage.copy(Storage.CopyRequest.newBuilder().setSource(source).setTa...
The documentation for Cloud Storage suggests that if you are using it to serve content then you should use multi-region: https://cloud.google.com/storage/docs/locations#location_recommendationsIn my case, I want to serve videos directly from Cloud St...
The documentation here explains how to migrate a Java 8 App Engine app to a Java 11 App Engine app. One section says:The Java 11/17 runtimes do not include any web-serving framework unless you are using the legacy bundled services. This means that yo...
Does anyone know if there is a cost involved in exporting/importing Datastore entity data from one project to another? I can't find anything in the documentation.Likewise, is there a cost for migrating Cloud Storage data from one project to another? ...
Likes from