Skip to content

Commit 26ff8d8

Browse files
Fix name of s3_media_upload script and other minor README cleanups (#35)
1 parent e4adf02 commit 26ff8d8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ described [here](https://boto3.readthedocs.io/en/latest/guide/configuration.html
4444
Regular 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

5252
Once 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
5757
connect to your database. They can be found in the contents of the

0 commit comments

Comments
 (0)