Package Details: python3-synapse-s3-storage-provider 1.6.0-0

Git Clone URL: https://aur.archlinux.org/python3-synapse-s3-storage-provider.git (read-only, click to copy)
Package Base: python3-synapse-s3-storage-provider
Description: Synapse storage provider to fetch and store media in Amazon S3
Upstream URL: https://github.com/matrix-org/synapse-s3-storage-provider
Licenses: Apache
Submitter: BlackLotus89
Maintainer: BlackLotus89
Last Packager: BlackLotus89
Votes: 2
Popularity: 0.000119
First Submitted: 2023-11-22 15:49 (UTC)
Last Updated: 2025-10-16 07:08 (UTC)

Latest Comments

micwoj92 commented on 2025-10-07 21:46 (UTC)

Still 1 missing:

Traceback (most recent call last):
  File "/usr/bin/s3_media_upload", line 11, in <module>
    import tqdm
ModuleNotFoundError: No module named 'tqdm'

BlackLotus89 commented on 2025-10-02 07:23 (UTC)

Looked at the source and added twisted and psycopg2 as deps

micwoj92 commented on 2025-10-02 04:58 (UTC)

Now other module missing:

Traceback (most recent call last):
  File "/usr/bin/s3_media_upload", line 10, in <module>
    import psycopg2
ModuleNotFoundError: No module named 'psycopg2'

BlackLotus89 commented on 2025-09-30 16:14 (UTC)

Should be fixed

micwoj92 commented on 2025-03-24 21:55 (UTC)

Fails to run:

Traceback (most recent call last):
  File "/usr/bin/s3_media_upload", line 9, in <module>
    import humanize
ModuleNotFoundError: No module named 'humanize'