cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

Fix s3 dirlisting to follow the istruncated/nextmarker #124

Closed wyang007 closed 4 months ago

wyang007 commented 4 months ago

As describe in issue #122, current s3 dirlisting ignores the istruncated=true and nextmarker in s3 response to listobject. This pull request will fix that issue.

mpatrascoiu commented 4 months ago

Hello,

Thanks for the fix! Merged into develop.

Cheers, Mihai