How to Design a Functional Pastebin
Too Long; Didn't Read
The client must be able to upload text data and receive a unique URL. The received URL is used to access the text data. The content of a paste is stored in a managed object storage such as AWS S3. The metadata of the paste including the paste URL is persisted in the SQL database.