Commit graph

14 commits

Author SHA1 Message Date
Sean Quah
0e78713885
Bump PyYAML requirement to be compatible with Synapse's pinned version (#93)
Synapse has PyYAML 6.0 pinned currently.

Signed-off-by: Sean Quah <seanq@matrix.org>
2023-03-30 14:07:23 +01:00
David Robertson
2ec5ec5a79
Bump version to 1.2.0 2023-01-09 16:57:15 +00:00
David Robertson
b0fa9bb140
Bump minimum required version of PyYAML (#81) 2022-10-12 12:27:06 +01:00
David Robertson
3a312edebd
Bump version to 1.1.1 2022-10-12 11:55:09 +01:00
David Robertson
e762c859ac
Fix dependencies syntax (#80) 2022-10-12 11:51:55 +01:00
David Robertson
f821cff55e
Make the release action upload to real PyPI (#70)
* Run `build` and `twine check` in regular CI

Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-12-01 17:28:02 +00:00
David Robertson
acd45b4aec
Bump version to 1.1.1-test
I have already uploaded a v1.1 to testpypi (and proper pypi for that
matter) and cannot reupload it.
2021-11-24 13:23:30 +00:00
David Robertson
84858af0ca
Update version number and give setup.py some love (#68)
* Mark version as 1.1

The previous owner of the PyPI package updated to a version 1.1 two days
ago, so this ought to be bumped to 1.1 too. See https://pypi.org/project/synapse-s3-storage-provider/1.1/#description

* Extra options in setup.py

* Packaging instructions
2021-11-22 15:33:10 +00:00
Richard van der Hoff
236e0cddb8
Improve the efficiency of the S3 storage provider (#50)
there are a few separate things here, which I hope will mean that (a) we use less CPU, and (b) what CPU we do use gets traced to the requests that cause it rather than getting lost down the sofa.
2021-01-21 12:22:43 +00:00
Richard van der Hoff
410c4382ab
Black the codebase (#29)
black ftw
2020-01-23 11:48:59 +00:00
Michael Kaye
916790767b Move to non-binary setup.py 2019-10-03 17:53:57 +01:00
Michael Kaye
fcfc95d0e6 Add a s3_media_upload script 2019-06-03 15:06:06 +01:00
Michael Kaye
d8c6a807f5 add boto3 as a dependency 2018-08-23 18:55:50 +01:00
Amber Brown
6abb9aefb7 add some packaging 2018-08-22 00:30:22 +10:00