AwsCredentialsConfig constructor Null safety
Implementation
AwsCredentialsConfig(
{required this.accessKey,
required this.bucketName,
required this.region,
required this.secretKey})
: host = '$bucketName.s3.amazonaws.com';
AwsCredentialsConfig(
{required this.accessKey,
required this.bucketName,
required this.region,
required this.secretKey})
: host = '$bucketName.s3.amazonaws.com';