Type Alias ByosStorageAddStorageLocationResponse

ByosStorageAddStorageLocationResponse: {
    id: string;
    name: string;
    provider: "aws_s3";
    s3: {
        authentication_mechanism: "aws_access_key";
        bucket: string;
        region: string;
    };
}