Fake Mirrors
    Preparing search index...

    Interface MinioStorageConfig

    interface MinioStorageConfig {
        STORAGE_ACCESS_KEY: string;
        STORAGE_BUCKET_NAME: string;
        STORAGE_END_POINT: string;
        STORAGE_PORT: number;
        STORAGE_SECRET_KEY: string;
        STORAGE_USE_SSL: boolean;
    }

    Properties

    STORAGE_ACCESS_KEY: string
    STORAGE_BUCKET_NAME: string
    STORAGE_END_POINT: string
    STORAGE_PORT: number
    STORAGE_SECRET_KEY: string
    STORAGE_USE_SSL: boolean