ninthday / funf-open-sensing-framework

Automatically exported from code.google.com/p/funf-open-sensing-framework
0 stars 0 forks source link

Query Params in URL #100

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I would like to share this changes that can pass params in url.

https://github.com/ubee/funf-open-sensing-framework/commit/c4043740f21f5a2cbd5b7
1348211ead64919ea0a

You can choose the params in the config file.
. . .
"update": {
"url":"https://your-bucket.s3.amazonaws.com/config/file.conf",
"params": [
{"key":"awsAccessKeyId", "value":"FOTAIDDBWTPGK4UXM"},
{"key":"signature", "value":"qhxL+XFhs6uyYUnQZjaketc="}
],
. . .

Original issue reported on code.google.com by lu...@ubee.in on 2 Jul 2013 at 1:55