Struct oss_rust_sdk::oss::ObjectMeta
source · pub struct ObjectMeta {
pub last_modified: SystemTime,
pub size: usize,
pub md5: String,
}
Fields§
§last_modified: SystemTime
The last modified time
size: usize
The size in bytes of the object
md5: String
128-bits RFC 1864 MD5. This field only presents in normal file. Multipart and append-able file will have empty md5.