can’t innovate my ass Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
60 lines
1.1 KiB
TypeScript
60 lines
1.1 KiB
TypeScript
export const OVERRIDES = {
|
|
alias: {
|
|
Description: 'ALIAS',
|
|
},
|
|
crypt: {
|
|
Description: 'CRYPT',
|
|
},
|
|
union: {
|
|
Description: 'UNION',
|
|
},
|
|
memory: {
|
|
Description: 'MEMORY',
|
|
},
|
|
archive: {
|
|
Description: 'ARCHIVE',
|
|
},
|
|
compress: {
|
|
Description: 'COMPRESS',
|
|
},
|
|
hasher: {
|
|
Description: 'HASHER',
|
|
},
|
|
chunker: {
|
|
Description: 'CHUNKER',
|
|
},
|
|
cache: {
|
|
Description: 'CACHE',
|
|
},
|
|
combine: {
|
|
Description: 'COMBINE',
|
|
},
|
|
'google cloud storage': {
|
|
Description: 'Google Cloud Storage',
|
|
},
|
|
'hdfs': {
|
|
Description: 'Hadoop Distributed File System',
|
|
},
|
|
'pixeldrain': {
|
|
Description: 'Pixeldrain',
|
|
},
|
|
'swift': {
|
|
Description: 'Openstack Swift',
|
|
},
|
|
'azureblob': {
|
|
Description: 'Azure Blob Storage',
|
|
},
|
|
'azurefiles': {
|
|
Description: 'Azure Files',
|
|
},
|
|
'filelu': {
|
|
Description: 'FileLu',
|
|
},
|
|
's3': {
|
|
Description: 'Amazon S3 & Compatible Storage',
|
|
},
|
|
'seafile': {
|
|
Description: 'Seafile',
|
|
},
|
|
}
|