aws 1.11.0 → 1.11.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/right_aws.rb +1 -1
- data/lib/s3/right_s3_interface.rb +2 -2
- metadata +1 -1
data/lib/right_aws.rb
CHANGED
@@ -1130,8 +1130,8 @@ module RightAws
|
|
1130
1130
|
end
|
1131
1131
|
def tagend(name)
|
1132
1132
|
case name
|
1133
|
-
when 'LastModified'
|
1134
|
-
when 'ETag'
|
1133
|
+
when 'LastModified' then @result[:last_modified] = @text
|
1134
|
+
when 'ETag' then @result[:e_tag] = @text
|
1135
1135
|
end
|
1136
1136
|
end
|
1137
1137
|
end
|