mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
S3 metadata only supports ascii characters. Whenever we save data to it we need to make sure we encode it to save it and then decode it to display it again to users. This abstraction will act as the place for that decoding to happen so the rest of the code in our views doesn't need to care about the encoding abstraction.