Resume behavior of oci os bulk-upload
Summary
Trying to understand resume behavior for object storage uploadsContent
Hello,
I am working on a project to upload files to a partner who has provided us with an OCI bucket, several terabytes in total. We read the documentation for the put and resume-put commands and everything seemed to work as expected. Once a file upload was started with put an entry is made on the multipart upload list, showing an upload id which is used to resume later.
Someone on my team then experimented with the bulk-upload command and this is the part where we would like some clarification. He began uploading a large directory, after several days it failed. There are no entries on the multipart upload list and no files were completed from that directory, nothing listed when running object list. We were concerned that nothing had been transferred, so we decided to go back to using "put" and going file by file. To our surprise the file resumed at 40%, I was not expecting that at all. The file finished, showed up in object list,