mirror of
https://github.com/google/nomulus
synced 2026-04-18 15:25:15 +00:00
Daggerize ExportSnapshotServlet and CheckSnapshotServlet
Eradicate the last remnants of un-injectable servlets! ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145598002
This commit is contained in:
@@ -1102,7 +1102,7 @@ public final class RegistryConfig {
|
||||
/**
|
||||
* Returns the Google Cloud Storage bucket for storing backup snapshots.
|
||||
*
|
||||
* @see google.registry.export.ExportSnapshotServlet
|
||||
* @see google.registry.export.ExportSnapshotAction
|
||||
*/
|
||||
public static String getSnapshotsBucket() {
|
||||
return getProjectId() + "-snapshots";
|
||||
|
||||
Reference in New Issue
Block a user