Hi Ana,
Thanks for the reply.
Firstly, I've worked around this by accessing the file on the S3
server using the HTTP method instead of the S3 method and it worked
like a charm. If you'd like, you can respond to this for anyone else
that might want to actually use the S3 method.
To answer your questions.
No, I'm not getting the signature error. What's happening is this:
1. login: success (from Accounts class)
2. create source asset: success (from Assets class)
3. create transcode job: success (from Transcode Jobs class)
4. Then I proceed by requesting the transcode job status every 2
seconds. The status begins with Downloading, quickly goes to Waiting,
stays there for about a minute and then this cycle repeats another 2
times until I finally get an error message which is something along
the lines of 'Failed: could not locate source file'.
I am not passing my s3 access and secret keys because I thought
source_s3_username & source_s3_password referred to the username/
password pair I use to log into the S3 account through their website.
Does source_s3_username & source_s3_password refer to my s3 access and
secret keys respectively?
Thank you,
Anton