I am using FTS in postgres, and I created a custom dictionary (.ths) file that I need to add to the following path (/usr/local/share/postgresql/tsearch_data/) in the heroku instance that is hosting my postgres DB. I see the AWS instance that heroku is hosting the DB on, but not sure how I can get the file from my local machine into that path, in order for postgres to properly use it. Thanks in advance!