File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ described [here](https://boto3.readthedocs.io/en/latest/guide/configuration.html
4444Regular cleanup job
4545-------------------
4646
47- There is additionally a ` s3_media_upload.py ` which can be used in a regular job
48- to upload content to s3, then delete that from local disk. This script can be
49- used in combination with configuration for the storage provider to pull media
50- from s3, but upload it asynchronously.
47+ There is additionally a script at ` scripts/ s3_media_upload` which can be used
48+ in a regular job to upload content to s3, then delete that from local disk.
49+ This script can be used in combination with configuration for the storage
50+ provider to pull media from s3, but upload it asynchronously.
5151
5252Once the package is installed, the script should be run somewhat like the
53- following. We suggest using tmux or screen as these can take a long time on
54- larger servers.
53+ following. We suggest using ` tmux ` or ` screen ` as these can take a long time
54+ on larger servers.
5555
5656` database.yaml ` should contain the keys that would be passed to psycopg2 to
5757connect to your database. They can be found in the contents of the
You can’t perform that action at this time.
0 commit comments