Skip to content

bae获取object之后要取body。。 #2

@Yangff

Description

@Yangff

文件:
/include/storages/Bae.php

    //这里是效率瓶颈啊!!
    public function read($filename){
        return $this->instance->get_object($this->domain,$this->get_file($filename));
    }

应该为:

    //这里是效率瓶颈啊!!
    public function read($filename){
        return $this->instance->get_object($this->domain,$this->get_file($filename))->body;
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions