Class OssProxyProperties
java.lang.Object
cn.herodotus.oss.solution.properties.OssProxyProperties
@ConfigurationProperties(prefix="herodotus.oss.proxy")
public class OssProxyProperties
extends Object
Description: OSS 代理配置参数
- Author:
- : gengwei.zheng
- Date:
- : 2023/8/19 18:34
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDestination(String destination) voidsetEnabled(Boolean enabled) void
-
Constructor Details
-
OssProxyProperties
public OssProxyProperties()
-
-
Method Details
-
getEnabled
-
setEnabled
-
getSource
-
setSource
-
getDestination
-
setDestination
-