Upload buffer to USS API does not chtag
the file but upload stream to USS does
#2371
Labels
bug
Something isn't working
priority-medium
Not functioning - next quarter if capacity permits
severity-medium
Bug where workaround exists or that doesn't prevent the usage of Zowe. Just makes it more complex.
Describe the bug
If I call
Upload.bufferToUssFile
and pass the optionbinary: true
orencoding: "IBM-1147"
, the file is not tagged after upload.Actual behavior
The
bufferToUssFile
API is inconsistent with thefileToUssFile
andstreamToUssFile
APIs which both tag the file after upload.Expected behavior
The
chtag
command should run after a buffer is uploaded to a USS file.The text was updated successfully, but these errors were encountered: