Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

[Bug] ListObjects returns multi-part upload part files #210

Open
TimJRodgers opened this issue Aug 11, 2017 · 0 comments
Open

[Bug] ListObjects returns multi-part upload part files #210

TimJRodgers opened this issue Aug 11, 2017 · 0 comments

Comments

@TimJRodgers
Copy link

Using the .Net client, with an empty Fake S3 bucket, I perform a multipart upload;

InitiateMultipartUpload()
UploadPart()
UploadPart()
UploadPart()
CompleteMultipartUpload()

Then I call ListObjects(). I get not only the completed object, but all the parts as well. So, 4 objects in S3Objects for the response of ListObjects().

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant