SmythOS SDK
    Preparing search index...

    Type Alias TStorageProviderSettings

    type TStorageProviderSettings = {
        default: {};
        LocalStorage: LocalStorageConfig & { scope?: Scope | AccessCandidate };
        S3: S3Config & { scope?: Scope | AccessCandidate };
    }
    Index

    Properties

    default: {}
    LocalStorage: LocalStorageConfig & { scope?: Scope | AccessCandidate }
    S3: S3Config & { scope?: Scope | AccessCandidate }