summaryrefslogtreecommitdiff
path: root/paste
AgeCommit message (Collapse)Author
2025-09-05rename to pypasteJohn Turner
"paste" conflicts with a linux command that everyone probably has by default.
2025-09-05add Content-Length header to delete requestJohn Turner
2025-09-05log failure or success when deleting objectsJohn Turner
2025-09-05fixup sql syntax errorJohn Turner
2025-09-05port to aiosqliteJohn Turner
2025-09-05import s3 with relative importJohn Turner
2025-09-05rewrite using aiohttpJohn Turner