fix: convert filesystem::path to string explicitly
Type of change
-
Bug Fix -
Feature -
Build Fix
Does this introduce a change in the core logic?
- [No]
Does this introduce a change in the cloud provider implementation, if so which cloud?
-
AWS -
Azure -
GCP -
IBM
Updates description?
Explicitly convert filesystem::path to string to fix MSVC build. Improve code readability by using namespace and brace-initialization.