aws 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|