Unable to upload objects more than about 100GB via OCI cli
Summary
OCI cli gives 'MultipartUploadError: error writing output file' when uploading files >100GBContent
I'm attempting to automate uploading large backup files using the OCI cli to an object storage bucket, but it fails if the file is greater than about 100GB.
I can succesfully upload files less than 95GB or so, but if the file is over about 100GB it fails with: 'MultipartUploadError: error writing output file'
The problem can be recreated simply by:
$ dd bs=1M if=/dev/full count=$((1024*100)) |oci os object put -bn standard --name "test2" --file -
Uploading object part [####################################] 100%
Uploading object part [############------------------------] 33% 0d 00:00:01
MultipartUploadError: error writing output file
Tagged:
1