Package org.aoju.bus.storage
Class Context
java.lang.Object
org.aoju.bus.storage.Context
- Since:
- Java 17+
- Version:
- 6.5.0
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
prefix
RUL前缀 -
bucket
容器名称 -
endpoint
服务端点 -
accessKey
访问key -
secretKey
访问秘钥 -
region
存储区域 -
secure
protected boolean secure是否私有 -
connectTimeout
protected long connectTimeout连接超时 -
writeTimeout
protected long writeTimeout写入超时 -
readTimeout
protected long readTimeout读取超时
-
-
Constructor Details
-
Context
public Context()
-