1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|s3] add changelog note about 7 day expiry

closes #3277
This commit is contained in:
geemus 2014-11-19 09:13:50 -06:00
parent cf6baf5b53
commit 02a25a0a05

View file

@ -54,6 +54,7 @@ Watchers | 3271
* Vhost buckets don't work if bucket name has a . in it. thanks Frederick Cheung
* switch to signature v4. thanks Frederick Cheung
* use request_params to normalize/escape paths properly for delete/copy object. thanks Frederick Cheung
* NOTE: v4 signatures mean that signed URLs can now only have up to 7 day expiry
#### [AWS|SNS]
* Use Signature v4. thanks Frederick Cheung