Skip to content

Commit 9a22c60

Browse files
Update LocalFSDirectoryListing.java
fix: (plugin): change the code for the configuration to delete the compressed file after extraction LocalFSDirectoryListing.java:[104,5] (metrics) CyclomaticComplexity: Cyclomatic Complexity is 16 (max allowed is 15). When using zipped file, is there any reason , why the compressed file is not removed from the directory once extracted? #603 695c6f2
1 parent a56074e commit 9a22c60

File tree

4 files changed

+19
-5
lines changed

4 files changed

+19
-5
lines changed

docs/developer-guide/file-system-listing/index.xml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
<td><code>true</code></td>
3131
<td>MEDIUM</td>
3232
</tr>
33+
<tr>
34+
<td><code>fs.delete.compress.files.enabled</code></td>
35+
<td>Flag indicating whether compressed file should be deleted after extraction</td>
36+
<td><code>boolean</code></td>
37+
<td><code>false</code></td>
38+
<td>MEDIUM</td>
39+
</tr>
3340
</tbody>
3441
</table>
3542
<h2 id="supported-file-types">Supported File types</h2>

0 commit comments

Comments
 (0)