1
mirror of https://github.com/rclone/rclone synced 2024-11-13 12:09:47 +01:00
rclone/s3
Nick Craig-Wood 255d3e925d s3: fix crash if a bad listing is received - fixes #1927
Caringo Swarm is returning a listing with IsTruncated set but no
NextMarker and no Keys.  Rclone doesn't know how to continue the
listing at this point, so it returns an error rather than truncating
the listing or risking a loop.
2017-12-20 16:51:07 +00:00
..
s3_test.go fstests: only test uploadswith indeterminate size on remotes that support it 2017-08-22 07:19:43 +02:00
s3.go s3: fix crash if a bad listing is received - fixes #1927 2017-12-20 16:51:07 +00:00
v2sign.go Simplify literals (after running gofmt -s over the code) 2016-02-29 16:57:23 +00:00