twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

max_keys and marker support for get_bucket #88

Closed exarkun closed 6 years ago

exarkun commented 6 years ago

Fixes #87

Note the issue only mentions max_keys but fixing is_truncated is pretty important once max_keys is supported so I did that as well. And then I noticed marker was still unsupported so I couldn't resist implementing that as well.

codecov[bot] commented 6 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   96.54%   96.54%           
=======================================
  Files          76       76           
  Lines        8820     8820           
  Branches      666      666           
=======================================
  Hits         8515     8515           
  Misses        181      181           
  Partials      124      124

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31b6eaf...3539dae. Read the comment docs.