Control whether upload streams auto-finalize on destruction.
Some applications need to disable auto-finalization of resumable uploads. This option (or rather the AutoFinalizeDisabled() helper) configures whether ObjectWriteStream objects finalize an upload when the object is destructed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version of the `AutoFinalize` documentation is 2.37.0-rc."],["This page documents the `AutoFinalize` class across multiple versions, ranging from 2.11.0 to the latest release candidate."],["`AutoFinalize` controls whether upload streams will auto-finalize upon object destruction, which can be disabled for applications that need to manage resumable uploads manually."],["The `AutoFinalize` class has a constructor that accepts an `AutoFinalizeConfig` parameter, enabling users to configure auto-finalization behavior."],["The `name()` static function is a part of the `AutoFinalize` class, and returns a constant character pointer."]]],[]]