namespace InnovEnergy.Lib.S3Utils.Data; public record S3Path : S3Bucket { public required String Path { get; init; } }