| Option | DISABLE_BUCKET_CLEANING_TMP_FILES | |
| Description | Allows turning off cleaning of files in bucket storage temporary file directories | |
| Introduced Version | 1.111 | |
| Default | false | |
This variable allows turning off cleaning of files in bucket storage temporary file directories.
        If you set it to true, the
        system will stop listing files in
        tmp directories in the
        buckets it knows about, and rely on external policies set on the
        bucket to do the cleaning instead. Using an external policy
        handled by the bucket provider for cleaning
        tmp files is usually
        more efficient than letting LogScale do a list-then-delete.