Page 1 of 1

S3 pre signed url default expiry time.

Posted: Tue Aug 14, 2012 5:52 am
by bvivek20
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 something???

Re: S3 pre signed url default expiry time.

Posted: Fri Aug 17, 2012 7:12 pm
by support
How to do you generate the pre-signature? Are you talking about the one that could be passed in URL? Or a signed policy?

Re: S3 pre signed url default expiry time.

Posted: Tue Aug 28, 2012 8:51 am
by bvivek20
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="http://xxxx.com/sign.php">');

Its a aws sign url, i am using default sign.php provided by you guys. How to specify expiry of this pre signed url. Help its critical.

Thank you

Re: S3 pre signed url default expiry time.

Posted: Sat Sep 01, 2012 7:45 am
by support
'awssignurl' signs generates S3 signature in live. There is no pre-signature. What you want is to setup an expiration for live signature?

Re: S3 pre signed url default expiry time.

Posted: Mon Sep 03, 2012 4:37 am
by bvivek20
Yes, i want to setup an expiration for live signature. I need to specify Expires time for the signed url.

Re: S3 pre signed url default expiry time.

Posted: Wed Sep 12, 2012 4:20 am
by bvivek20
Hello, is there any way i could set up an expiry through js3upload ?? its a bit critical for me. So pls do the needfull.
:(

Re: S3 pre signed url default expiry time.

Posted: Fri Sep 14, 2012 7:05 pm
by support
Are you sure this feature is provided in AWS API? I can see expiration of HTTP GET (i.e. download file) but not for upload? See:
http://s3.amazonaws.com/doc/s3-develope ... ation.html

Or maybe I don't understand what you need. Could you explain the scenario?