Class ServiceConfig.Upyun

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

public static class ServiceConfig.Upyun extends Object implements ServiceConfig
Configuration for service upyun.
  • Field Details

    • bucket

      @NonNull public final @NonNull String bucket

      bucket address of this backend.

    • root

      public final String root

      root of this backend.

      All operations will happen under this root.

    • operator

      public final String operator

      username of this backend.

    • password

      public final String password

      password of this backend.

  • Constructor Details

    • Upyun

      public Upyun()
  • Method Details