You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that onWriteEntry lets you move or rename a file when it's going into an archive, but can you do the same with transform or onReadEntry for files coming out of an archive? strip seems like a special case of this, but I'm trying to work out if I can transform and rename files without first writing them to disk and worrying about races.
The text was updated successfully, but these errors were encountered:
It appears that
onWriteEntry
lets you move or rename a file when it's going into an archive, but can you do the same withtransform
oronReadEntry
for files coming out of an archive?strip
seems like a special case of this, but I'm trying to work out if I can transform and rename files without first writing them to disk and worrying about races.The text was updated successfully, but these errors were encountered: