mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 05:06:28 +00:00
todo:rename_data
This commit is contained in:
@@ -19,6 +19,13 @@ pub struct FileInfo {
|
||||
pub mod_time: OffsetDateTime,
|
||||
}
|
||||
|
||||
impl FileInfo {
|
||||
pub fn is_remote(&self) -> bool {
|
||||
// TODO: when lifecycle
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for FileInfo {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
|
||||
Reference in New Issue
Block a user