Trait qiniu_sdk::prelude::InitializedParts
source · pub trait InitializedParts: Sealed + Clone + Send + Sync + Debug {
fn params(&self) -> &ObjectParams;
fn up_endpoints(&self) -> &Endpoints;
}
Expand description
初始化的分片信息
Required Methods
sourcefn params(&self) -> &ObjectParams
fn params(&self) -> &ObjectParams
获取对象上传参数
sourcefn up_endpoints(&self) -> &Endpoints
fn up_endpoints(&self) -> &Endpoints
上传地址列表