S3Client constructor

S3Client(
  1. S3Config config, {
  2. bool debug = true,
})

Creates a new S3 client.

Example:

final client = S3Client(config, debug: false);

Implementation

S3Client(this.config, {this.debug = true});