2021-12-18 00:41:50 +00:00
|
|
|
// node native
|
|
|
|
import * as path from 'path';
|
|
|
|
|
|
|
|
export {
|
|
|
|
path
|
|
|
|
}
|
|
|
|
|
|
|
|
// pushrocks scope
|
2021-12-20 15:33:13 +00:00
|
|
|
import * as smartbucket from '@pushrocks/smartbucket';
|
|
|
|
import * as smartfile from '@pushrocks/smartfile';
|
2021-12-18 00:41:50 +00:00
|
|
|
|
|
|
|
export {
|
2021-12-20 15:33:13 +00:00
|
|
|
smartbucket,
|
|
|
|
smartfile,
|
2021-12-18 00:41:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// thirdparty scope
|
|
|
|
import s3rver from 's3rver';
|
|
|
|
|
|
|
|
export {
|
|
|
|
s3rver
|
|
|
|
}
|