[21:27:26] <Reedy> AaronSchulz: is there a way with filebackend stuff to store many files in one go? [21:27:33] <Reedy> rather than a for loop calling quickStore? [21:29:57] <AaronSchulz> like doQuickOperations?
* Perform a set of independent file operations on some files. * b) Copy a file system file into storage * @code * [ * 'op' => 'store', * 'src' => <file system path, FSFile, or TempFSFile>, * 'dst' => <storage path>, * 'headers' => <HTTP header name/value map> # since 1.21 * ] * @endcode