AwsS3StorageServiceModule
Hierarchy
- unknown<AwsS3StorageServiceModuleSchema, AwsS3StorageService>
- AwsS3StorageServiceModule
Index
Constructors
constructor
Returns AwsS3StorageServiceModule
Methods
onInit
Parameters
inputs: AwsS3StorageServiceModuleSchema
Returns Promise<AwsS3StorageService>
registerMetadata
Parameters
inputs: AwsS3StorageServiceModuleSchema
Returns Promise<{ app: App; awsAccountId: string; awsRegionId: string }>
AwsS3StorageServiceModuleis an S3-based AWS storage service module that provides an implementation for theServicemodel. This module creates S3 buckets for object storage with support for directory organization and remote file management. It provides scalable, durable storage for applications with configurable directory structures.TypeScript
Modules/Service/AwsS3StorageService
Servicemodel.