When the pre-create hooks specifies an absolute path where the blob file should be stored, the absolute path was wrongfully joined to the storage directory and treated as relative. This PR fixes this.
The location of the .info file is no exposed to hooks as Storage.InfoPath.
This PR includes two changes:
pre-create
hooks specifies an absolute path where the blob file should be stored, the absolute path was wrongfully joined to the storage directory and treated as relative. This PR fixes this..info
file is no exposed to hooks asStorage.InfoPath
.