Commit Graph

5 Commits

Author SHA1 Message Date
Roman Hargrave 1907c26735
fix: 21.3 compatibility 2022-09-10 11:24:00 -07:00
Roman Hargrave ffd2607ada
fix(mod_s3_upload): type specs, contract adherance 2022-09-08 21:46:44 -07:00
Roman Hargrave bf0984e031
fix: type spec names, use `/` instead of `-` in object name
The change from - to / was made because object storage doesn't place
terrible importance upon `/` in names, while clients will treat all
text following / as the file name.
2022-09-08 13:18:37 -07:00
Roman Hargrave 2e89a40402
fix: typo in mod_s3_upload 2022-09-08 13:08:38 -07:00
Roman Hargrave a82619114f
feat: implement XEP-0363 with S3CS API 2022-09-07 22:26:23 -07:00