S3Path constructor

S3Path({
  1. required String bucket,
  2. required String key,
})

Implementation

S3Path({
  required this.bucket,
  required this.key,
});