| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 | 
- Update to version 0.1.6 + No upstream changelog
- Use %license macro for license.
- Ensure neutrality of description.
- update to version 0.1.2:
  * add test for writing large files with s3_additional_kwargs
  * filter all kwargs in _call_s3 to prevent botocore
    ParamValidationError
- changes from version 0.1.1:
  * Simplify singleton.
  * Ensure current() uses subclass
  * Remove obsolete flush comment
  * Update flush docstring.
  * Ignore flushes if buffer smaller than block size
  * Use the additional_kwargs that were passed through
  * Ensure that mock is available for the travis testing.
  * Documentation improvements.
  * Added kwargs aggressively
  * Fixed incorrect imports
  * Adressed some review comments
  * Addressed some review comments Added a basic test
  * Fixed some test failures
  * Added a generic way to augment all the s3 calls
  * Fixed a few test failures
  * Initial strawman proposal to suppor ServerSideEncryption
- Initial version