Type Alias ListStoredFilesData

ListStoredFilesData: {
    marker?: string;
    maxKeys: number;
    prefix?: string;
    storage?: string;
    workspace: string;
}