Adds check that the file is writable before putting contents in the file. This allows the file to be symlinked, hard linked, or tighter perms when managed. Systems team has tested and confirmed this is working on the new platform.
Type of Change
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation Update (if none of the other choices apply)
Proposed changes
Adds check that the file is writable before putting contents in the file. This allows the file to be symlinked, hard linked, or tighter perms when managed. Systems team has tested and confirmed this is working on the new platform.
Type of Change