I am using the Amazon AWS SDK for C++ to upload files to S3. My program makes a series of many
s3_client.PutObjectAsync(request) calls all at once. At some point later, I want abort the upload of all files that haven't been uploaded yet. How can I do this?