diff --git a/lib/aws/s3/authentication.rb b/lib/aws/s3/authentication.rb index 895b7f5..4241e0a 100644 --- a/lib/aws/s3/authentication.rb +++ b/lib/aws/s3/authentication.rb @@ -156,6 +156,9 @@ module AWS def query_parameters_for_signature(params) params.select {|k, v| query_parameters.include?(k)} end + memoized :default_headers + memoized :interesting_headers + memoized :query_parameters end attr_reader :request, :headers