6 lines
138 B
C#
6 lines
138 B
C#
|
namespace InnovEnergy.Lib.S3Utils.Data;
|
||
|
|
||
|
public record S3Bucket : S3RegionCredentials
|
||
|
{
|
||
|
public required String Bucket { get; init; }
|
||
|
}
|