A convenient mount format that maps a path to a StorageObject. The key is the path on the devbox where the object will be mounted, and the value is the StorageObject instance.
{ '/home/user/config.txt': storageObject } Copy
{ '/home/user/config.txt': storageObject }
A convenient mount format that maps a path to a StorageObject. The key is the path on the devbox where the object will be mounted, and the value is the StorageObject instance.