Creates a new S3 client.
Example:
final client = S3Client(config, debug: false);
S3Client(this.config, {this.debug = true});