8000 Update README for required Django settings · mauler/django-elastic-transcoder@2a0fa8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a0fa8f

Browse files
committed
Update README for required Django settings
1 parent 96a3185 commit 2a0fa8f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ Setting up AWS Elastic Transcoder
4848
3. Subscribe SNS Notification through HTTP
4949
4. You are ready to encode!
5050

51+
52+
Required Django settings
53+
-------------------------
54+
55+
Please settings up variables below to make this app works.
56+
57+
.. code:: python
58+
59+
AWS_ACCESS_KEY_ID = <your aws access key id>
60+
AWS_SECRET_ACCESS_KEY = <your aws secret access key>
61+
AWS_REGION = <aws region>
62+
5163
Usage
5264
-----
5365

@@ -68,7 +80,7 @@ For instance, encode an mp3
6880
6981
pipeline_id = '<pipeline_id>'
7082
71-
transcoder = Transcoder(pipeline_id, 'ap-southeast-1')
83+
transcoder = Transcoder(pipeline_id)
7284
transcoder.encode(input, outputs)
7385
7486
.. |Build Status| image:: https://travis-ci.org/StreetVoice/django-elastic-transcoder.png?branch=master

0 commit comments

Comments
 (0)
0