aliyunoss-cli
    Preparing search index...

    Interface GetStreamResult

    interface GetStreamResult {
        res: NormalSuccessResponse;
        stream?: any;
    }
    Index
    stream?: any

    readable stream instance if response status is not 200, stream will be null.