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-01 UTC."],[[["The latest version of the `AutoFinalize` feature is 2.37.0-rc, which is available for use, as well as a list of prior versions, starting from 2.36.0 down to 2.11.0."],["`AutoFinalize` controls whether upload streams are automatically finalized when they are destroyed, providing an option to manage the end of resumable uploads."],["The `AutoFinalizeDisabled()` helper allows users to disable the automatic finalization of `ObjectWriteStream` uploads upon destruction of the object."],["`AutoFinalize` has two constructors: one that takes an `AutoFinalizeConfig` parameter, and a default constructor that takes no arguments."],["The function `name()` returns a pointer to the first character in a C-style string."]]],[]]