refactor s3 provider
This commit is contained in:
@@ -281,8 +281,8 @@ auto winfsp_drive::Create(PWSTR file_name, UINT32 create_options,
|
||||
|
||||
const auto now = utils::get_file_time_now();
|
||||
auto meta = create_meta_attributes(
|
||||
now, attributes, now, now, attributes & FILE_ATTRIBUTE_DIRECTORY, "", 0U,
|
||||
"", 0U, now, 0U, 0U, 0U,
|
||||
now, attributes, now, now, attributes & FILE_ATTRIBUTE_DIRECTORY, 0U, "",
|
||||
0U, now, 0U, 0U, 0U,
|
||||
(attributes & FILE_ATTRIBUTE_DIRECTORY)
|
||||
? ""
|
||||
: utils::path::combine(config_.get_cache_directory(),
|
||||
|
||||
Reference in New Issue
Block a user