In one of our use cases, we use the storage service for "serverless" checkpoint/state management. This means that checkpoint files always need tp get overwritten with the latest state information.
But when I try to upload a file with the same name, it throws an exception telling me that "the folderpath already exists".
Is there a way (or uploadfile attribute) that just writes the file unconditionally.