Uncommited Multipart Uploads - Storage Bucket
Hi Team,
We have uploaded files from onpremise linux server to OCI object storage bucket using below commands.
sample :.
oci os object bulk-upload --namespace-name axquiypb1qcg --bucket-name dev_bucket --src-dir /u02/suppdb/prodbkp05122024
Uploaded 04dec24u02PRODINST.tgz [####################################] 100%
{
"skipped-objects": [],
"upload-failures": {},
"uploaded-objects": {
"04dec24u02PRODINST.tgz": {
"etag": "d6684e0d-b34a-40b9acd2ef70",
"last-modified": "Fri, 06 Dec 2024 06:17:29 GMT",
"opc-multipart-md5": "T2OAyJtJ/SLj/G+Q==-34"
}
}
}
When we view the bucket, Under Uncommitted Multipart Uploads, it shows 2 uploads. File size is 4.5 GB. Do we need to take any action here?
can you please guide us.
Thanks,
SG