S3ContentLocation constructor

S3ContentLocation({
  1. required String bucketARN,
  2. required String fileKey,
  3. String? objectVersion,
})

Implementation

S3ContentLocation({
  required this.bucketARN,
  required this.fileKey,
  this.objectVersion,
});