Stratal API Reference
    Preparing search index...

    Interface StorageConfig

    Storage configuration used by framework

    interface StorageConfig {
        defaultStorageDisk: string;
        presignedUrl: PresignedUrlConfig;
        storage: StorageEntry[];
    }
    Index

    Properties

    defaultStorageDisk: string
    presignedUrl: PresignedUrlConfig
    storage: StorageEntry[]