MathieuLoutre / mock-aws-s3

Library to mock the AWS SDK for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect Marker?

irothschild opened this issue · comments

It looks like Marker is not being used properly. According the to docs here http://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html, the NextMarker in the response should be what you're setting as the Marker, and Marker in the response should be what was passed in with the request.

Added a PR #13

Thanks for the PR! Awesome job!