near-api-js - v7.0.4
    Preparing search index...

    Type Alias ExternalStorageLocation

    ExternalStorageLocation:
        | { S3: { bucket: string; region: string } }
        | { Filesystem: { root_dir: string } }
        | { GCS: { bucket: string } }

    Supported external storage backends and their minimal config.