S3ArtifactLocation constructor

S3ArtifactLocation({
  1. required String bucketName,
  2. required String objectKey,
})

Implementation

S3ArtifactLocation({
  required this.bucketName,
  required this.objectKey,
});