Search found 4 matches

by bvivek20
Wed Sep 12, 2012 4:20 am
Forum: JS3Upload
Topic: S3 pre signed url default expiry time.
Replies: 6
Views: 23497

Re: S3 pre signed url default expiry time.

Hello, is there any way i could set up an expiry through js3upload ?? its a bit critical for me. So pls do the needfull.
:(
by bvivek20
Mon Sep 03, 2012 4:37 am
Forum: JS3Upload
Topic: S3 pre signed url default expiry time.
Replies: 6
Views: 23497

Re: S3 pre signed url default expiry time.

Yes, i want to setup an expiration for live signature. I need to specify Expires time for the signed url.
by bvivek20
Tue Aug 28, 2012 8:51 am
Forum: JS3Upload
Topic: S3 pre signed url default expiry time.
Replies: 6
Views: 23497

Re: S3 pre signed url default expiry time.

Sorry for the delay in replying. Basically i am using : document.writeln('<PARAM NAME="param3" VALUE="awsaccesskeyid">'); document.writeln('<PARAM NAME="value3" VALUE="xxxxxxxxxxxxxxxxxx">'); document.writeln('<PARAM NAME="param4" VALUE="awssignurl">'); document.writeln('<PARAM NAME="value4" VALUE="...
by bvivek20
Tue Aug 14, 2012 5:52 am
Forum: JS3Upload
Topic: S3 pre signed url default expiry time.
Replies: 6
Views: 23497

S3 pre signed url default expiry time.

Hello, PUT upload supports aws signed urls. In the aws documentation it says with the signature even expires can be sent to the aws server. There is no option in js3upload. What is the default expiry of the pre-signed url?? or is there any way i can send it with js3upload. Any extra param or somethi...