类 OssProperties
java.lang.Object
com.sie.mbm.mom.framework.oss.oss.OssProperties
OSS配置属性
-
字段概要
字段修饰符和类型字段说明private StringAccess key就像用户ID,可以唯一标识你的账户private String对象存储服务的URLprivate Integer最大线程数,默认: 100private Booleantrue path-style nginx 反向代理和S3默认支持 pathStyle {http://endpoint/bucketname} false supports virtual-hosted-style 阿里云等需要配置为 virtual-hosted-style 模式{http://bucketname.endpoint}private String区域private StringSecret key是你账户的密码 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
endpoint
对象存储服务的URL -
pathStyleAccess
true path-style nginx 反向代理和S3默认支持 pathStyle {http://endpoint/bucketname} false supports virtual-hosted-style 阿里云等需要配置为 virtual-hosted-style 模式{http://bucketname.endpoint} -
region
区域 -
accessKey
Access key就像用户ID,可以唯一标识你的账户 -
secretKey
Secret key是你账户的密码 -
maxConnections
最大线程数,默认: 100
-
-
构造器详细资料
-
OssProperties
public OssProperties()
-