OptionaldefaultCacheControl?: string | nullNote this setting is only used by cloud object storage services like aws s3, azure, or google cloud storage.
OptionaldefaultContentDisposition?: string | nullNote this setting is only used by cloud object storage services like aws s3, azure, or google cloud storage.
OptionaldefaultContentEncoding?: string | nullNote this setting is only used by cloud object storage services like aws s3, azure, or google cloud storage.
OptionaldefaultContentLanguage?: string | nullNote this setting is only used by cloud object storage services like aws s3, azure, or google cloud storage.
OptionaldefaultContentType?: stringThe default content type to be used when it cannot be infered by file extension.
OptionaleventBus?: IEventBusOptionalkeyValidator?: FileKeyValidatorYou can pass a key validator. The method should return string error message if unvalid or null if valid.
Optionalnamespace?: INamespaceOptionalonlyLowercase?: booleanOptionalserde?: OneOrMore<ISerderRegister>OptionalserdeTransformerName?: stringOptionalurlAdapter?: Partial<IFileUrlAdapter>You can pass partial IFileUrlAdapter that can overide generating public url, signed upload and download url of the file storage adapter.
IMPORT_PATH:
"@daiso-tech/core/file-storage"