factory S3KeyOutput.fromJson(Map<String, dynamic> json) { return S3KeyOutput( etag: json['etag'] as String?, s3Key: json['s3Key'] as String?, ); }