OSSConfig constructor

OSSConfig(
  1. String bucket,
  2. String endpoint
)

Implementation

OSSConfig(this.bucket, this.endpoint);