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