mirror of
https://github.com/google/nomulus
synced 2026-04-10 11:39:29 +00:00
Add escrow file import validation logic
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=129116064
This commit is contained in:
committed by
Justine Tunney
parent
f9636b6cea
commit
d3d33ccfdc
@@ -98,11 +98,6 @@ public final class ProductionRegistryConfigExample implements RegistryConfig {
|
||||
return getProjectId() + "-zonefiles";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getEscrowFileImportBucket() {
|
||||
return getProjectId() + "-escrow-import";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getTmchCaTestingMode() {
|
||||
switch (environment) {
|
||||
|
||||
Reference in New Issue
Block a user