Feat: enable using LAN endpoint in serverside request of OSS policy (#399)

This commit is contained in:
HFO4
2020-11-29 19:15:35 +08:00
parent 0d210e87b3
commit a5805b022a
5 changed files with 47 additions and 13 deletions

View File

@@ -33,4 +33,6 @@ const (
IgnoreConflictCtx
// RetryCtx 失败重试次数
RetryCtx
// ForceUsePublicEndpoint 强制使用公网 Endpoint
ForceUsePublicEndpoint
)