S3Config constructor

S3Config({
  1. required String bucketAccessRoleArn,
})

Implementation

S3Config({
  required this.bucketAccessRoleArn,
});