AwsS3ObjectDetails constructor

AwsS3ObjectDetails({
  1. String? contentType,
  2. String? eTag,
  3. String? lastModified,
  4. String? sSEKMSKeyId,
  5. String? serverSideEncryption,
  6. String? versionId,
})

Implementation

AwsS3ObjectDetails({
  this.contentType,
  this.eTag,
  this.lastModified,
  this.sSEKMSKeyId,
  this.serverSideEncryption,
  this.versionId,
});