Please Help me in parsing Amazon s3 Access log file. using .NET C#
the is an example for a row from the file
the parameters are separated with a (Space, Double Quotes and Square Brackets)
can any one tell me how to parse it.
the is an example for a row from the file
Code:
e9393f8b003f121858490f62e9339f29ab5919261b8da33746cedb356e29f774 alzwad [18/Jan/2012:22:27:24 +0000] 41.155.169.152 - 6A70EBA012DB351A REST.GET.OBJECT Me/mefiles/videos/icons/240x320/18-1-12-9-19-56-egypt-movie3.jpg "GET /Me/mefiles/videos/icons/240x320/18-1-12-9-19-56-egypt-movie3.jpg?id=01229466985&ph=01229466985&width=240&high=320 HTTP/1.1" 200 - 1590 1590 34 33 "-" "Nokia2700c-2/2.0 (07.15) Profile/MIDP-2.1 Configuration/CLDC-1.1 UNTRUSTED/1.0" -
can any one tell me how to parse it.
Comment