Package Release Info

python-s3fs-0.1.6-bp153.1.18

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-s3fs
python3-s3fs

Change Logs

Version: 0.1.6-bp151.1.1
* Wed Nov 07 2018 Robert Schweikert <rjschwei@suse.com>
- Update to version 0.1.6
  + No upstream changelog
* Sun Mar 11 2018 sebix+novell.com@sebix.at
- Use %license macro for license.
* Sat Mar 10 2018 jengelh@inai.de
- Ensure neutrality of description.
* Wed Nov 08 2017 arun@gmx.de
- 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
* Thu May 18 2017 toddrme2178@gmail.com
- Initial version