Class ServiceConfig.Cos

java.lang.Object
org.apache.opendal.ServiceConfig.Cos
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.Cos extends Object implements ServiceConfig
Configuration for service cos.
  • Field Details

    • root

      public final String root

      Root of this backend.

    • endpoint

      public final String endpoint

      Endpoint of this backend.

    • secretId

      public final String secretId

      Secret ID of this backend.

    • secretKey

      public final String secretKey

      Secret key of this backend.

    • bucket

      public final String bucket

      Bucket of this backend.

    • enableVersioning

      public final Boolean enableVersioning

      is bucket versioning enabled for this bucket

    • disableConfigLoad

      public final Boolean disableConfigLoad

      Disable config load so that opendal will not load config from

  • Constructor Details

    • Cos

      public Cos()
  • Method Details