Open thclark opened 1 year ago
If moving a blob, the blob is copied then the original deleted at this line of code.
However, according to the deletion instructions, if the bucket is versioned, then the generation of the blob to be deleted must be supplied.
Moving blobs on versioned buckets should remove the old blobs.
Bug report
What is the current behavior?
If moving a blob, the blob is copied then the original deleted at this line of code.
However, according to the deletion instructions, if the bucket is versioned, then the generation of the blob to be deleted must be supplied.
What is the expected behavior?
Moving blobs on versioned buckets should remove the old blobs.