Class Context

java.lang.Object
org.aoju.bus.storage.Context

public class Context extends Object
Since:
Java 17+
Version:
6.5.0
Author:
Kimi Liu
  • Field Details

    • prefix

      protected String prefix
      RUL前缀
    • bucket

      protected String bucket
      容器名称
    • endpoint

      protected String endpoint
      服务端点
    • accessKey

      protected String accessKey
      访问key
    • secretKey

      protected String secretKey
      访问秘钥
    • region

      protected String region
      存储区域
    • secure

      protected boolean secure
      是否私有
    • connectTimeout

      protected long connectTimeout
      连接超时
    • writeTimeout

      protected long writeTimeout
      写入超时
    • readTimeout

      protected long readTimeout
      读取超时
  • Constructor Details

    • Context

      public Context()