From 438a133f9f24d313b092e82a5bcb5a1fa007ab83 Mon Sep 17 00:00:00 2001 From: Alex Wood Date: Mon, 23 Nov 2015 09:36:16 -0800 Subject: [PATCH] Feature Request: Injectable Timestamps Feature request for `Aws::S3::Presigner`. --- FEATURE_REQUESTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FEATURE_REQUESTS.md b/FEATURE_REQUESTS.md index 7a2abcadf6e..11b6f1fb867 100644 --- a/FEATURE_REQUESTS.md +++ b/FEATURE_REQUESTS.md @@ -10,6 +10,15 @@ We can be found in our [Gitter channel](http://gitter.im/aws/aws-sdk-ruby) and o ## Ideas +### Add Injectable Timestamp to Presigner + +Since the signing logic uses `now` for the signing time, the +`Aws::S3::Presigner` class will always generate unique URLs, though use cases +can exist for wanting consistency across generated URLs. The ask would be to add +support for an injectable timestamp into signing via the presigner. + +See [related GitHub issue #1013](https://github.com/aws/aws-sdk-ruby/issues/1013). + ### Add Client-Side Decryption for Amazon EC2 Passwords Calling `Aws::EC2::Client#get_password_data` returns an encrypted password,