Commit 2a6f20fb authored by Shinya Maeda's avatar Shinya Maeda

Hard removal after caching object from object storage

parent e8354564
......@@ -241,7 +241,7 @@ module ObjectStorage
cache_stored_file!
yield cache_path
ensure
cache_storage.delete_dir!(cache_path(nil))
FileUtils.rm_rf(cache_path(nil))
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment