[FR] Download multipart parts #749
Labels
area/rgw-sfs
RGW & SFS related
area/upstream
Related to an upstream project
kind/feature
New functionality or support for something
triage/proposal for closure
There are reasons for this issue to be closed
This was discovered when running the
warp multipart
test as it always complains about the size.warp
uploads parts and then tries to download them. (not the whole object)When getting multiparts parts we're returning the whole object.
Example:
It returns the whole object. Size, LastModified, ETag... are the attributes of the whole object.
I suspect the
--part-number
parameter is just ignored right now in our code, but I haven't checked. (will do)The text was updated successfully, but these errors were encountered: