Files
objectstorage/ts/plugins.ts

49 lines
1.1 KiB
TypeScript
Raw Normal View History

import * as smartstorage from '@push.rocks/smartstorage';
export { smartstorage };
import * as smartbucket from '@push.rocks/smartbucket';
export { smartbucket };
import {
S3Client,
ListBucketsCommand,
CreateBucketCommand,
DeleteBucketCommand,
ListObjectsV2Command,
HeadObjectCommand,
DeleteObjectCommand,
GetObjectCommand,
PutObjectCommand,
CopyObjectCommand,
GetBucketPolicyCommand,
PutBucketPolicyCommand,
DeleteBucketPolicyCommand,
} from '@aws-sdk/client-s3';
export {
S3Client,
ListBucketsCommand,
CreateBucketCommand,
DeleteBucketCommand,
ListObjectsV2Command,
HeadObjectCommand,
DeleteObjectCommand,
GetObjectCommand,
PutObjectCommand,
CopyObjectCommand,
GetBucketPolicyCommand,
PutBucketPolicyCommand,
DeleteBucketPolicyCommand,
};
import * as typedrequest from '@api.global/typedrequest';
export { typedrequest };
import * as typedserver from '@api.global/typedserver';
export { typedserver };
import * as smartguard from '@push.rocks/smartguard';
export { smartguard };
import * as smartjwt from '@push.rocks/smartjwt';
export { smartjwt };