You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue when I call object.delete() on a large object (~10GB).
During the upload, the large object is well segmented in smaller file (5GB each on server), and I obtain something like that in the container : 10GB.file 10GB.file/00000001 10GB.file/00000002 10GB.file/00000003
But after .delete() call, only the first file (10GB.file) is really deleted.
The "real" data remain on server.
(Tested with V0.9.12 & V0.9.13 and a Ceph infrastructure as backend)
I've looked for a special call to delete large object but it seems it is automatically managed by the interface.
Do I something wrong ?
The text was updated successfully, but these errors were encountered:
Hello,
I have an issue when I call
object.delete()
on a large object (~10GB).During the upload, the large object is well segmented in smaller file (5GB each on server), and I obtain something like that in the container :
10GB.file 10GB.file/00000001 10GB.file/00000002 10GB.file/00000003
But after .delete() call, only the first file (10GB.file) is really deleted.
The "real" data remain on server.
(Tested with V0.9.12 & V0.9.13 and a Ceph infrastructure as backend)
I've looked for a special call to delete large object but it seems it is automatically managed by the interface.
Do I something wrong ?
The text was updated successfully, but these errors were encountered: