deb-zaqar/zaqar/common
wanghao b645feb48a expires should be checked when using pre-signed url
When creating pre-signed url, if expire time is set
as some special string like "'expires'='3600'",
after creation is done, the expire time will be
"3600-01-01T00:00:00", that means this url will be
valid until the year 3600!

So we should check the data format of expire time,
if it's a string of integer value, zaqar should return error.

Change-Id: I61d2d977d45b5d33ff3355f2c854215ee1a52bb2
Closes-Bug: #1561311
2016-03-31 11:29:59 +08:00
..
api Merge ""group" word should be used instead "pool"" 2016-03-01 20:58:30 +00:00
storage Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
transport Fix freeze on some requests 2016-03-03 00:57:40 +03:00
__init__.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
access.py Rename Marconi to Zaqar 2014-08-04 10:36:50 +02:00
cache.py Switch to oslo_cache 2015-09-23 11:44:44 +02:00
cli.py Port to oslo_log 2015-05-27 21:29:35 +00:00
configs.py Add email driver for notification 2015-09-03 11:46:00 +02:00
decorators.py The subtype formatting arg does not exist 2015-10-01 14:02:48 -04:00
errors.py Updated from global requirements 2015-07-07 14:25:36 +02:00
pipeline.py Port to oslo_log 2015-05-27 21:29:35 +00:00
urls.py expires should be checked when using pre-signed url 2016-03-31 11:29:59 +08:00
utils.py Replace six.iteritems(dict) with dict.items() 2016-01-26 12:31:30 +08:00