johannesboyne / gofakes3

A simple fake AWS S3 object storage (used for local test-runs against AWS S3 APIs)
MIT License
358 stars 81 forks source link

ListBucket in s3bolt backend does not honor page.Marker value #66

Open kostix opened 2 years ago

kostix commented 2 years ago

This basically means that you cannot successfully mock List Objects V1 requests which involve the "marker" query-parameter while using this backend.

Note that the s3mem backend honors the page.Maker just fine.

shabbyrobe commented 2 years ago

This is known, but I think it's right that we have an issue listed for it because it hasn't been done yet. From the godoc for Backend.ListBucket:

Not all backends bundled with gofakes3 correctly support this pagination yet, but that will change.