bji / libs3

Other
157 stars 151 forks source link

Origin prefix listing xml #39

Closed bester closed 7 years ago

bester commented 8 years ago

I ran into a problem listing a bucket which contained prefixes that contained some characters that s3 translated into and back from xml entities (&<>). The sax parser was delivering them to the xml callback by having multiple calls to the listBucketXmlCallback, but that function was overwriting the beginning of the prefix each time it was called.

bji commented 7 years ago

I apologize for being a github/git n00b, but why are there 37 commits in this pull request? And yet only one changed file? I do not want all of that history ending up in libs3, will merging this pull request get all of that extra history?

bester commented 7 years ago

I've resubmitted the request in pull #53 with a cleaner version history.