Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 18th, 2012  |  syntax: None  |  size: 2.31 KB  |  hits: 52  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. CFResponse Object
  2. (
  3.     [header] => Array
  4.         (
  5.             [x-amz-request-id] => ***
  6.             [x-amz-id-2] => ***
  7.             [content-type] => application/xml
  8.             [transfer-encoding] => chunked
  9.             [date] => Wed, 18 Apr 2012 14:35:06 GMT
  10.             [connection] => close
  11.             [server] => AmazonS3
  12.             [_info] => Array
  13.                 (
  14.                     [url] => https://s3-eu-west-1.amazonaws.com//
  15.                     [content_type] => application/xml
  16.                     [http_code] => 404
  17.                     [header_size] => 273
  18.                     [request_size] => 695
  19.                     [filetime] => -1
  20.                     [ssl_verify_result] => 0
  21.                     [redirect_count] => 0
  22.                     [total_time] => 0.236952
  23.                     [namelookup_time] => 0.002089
  24.                     [connect_time] => 0.057095
  25.                     [pretransfer_time] => 0.176245
  26.                     [size_upload] => 0
  27.                     [size_download] => 278
  28.                     [speed_download] => 1173
  29.                     [speed_upload] => 0
  30.                     [download_content_length] => -1
  31.                     [upload_content_length] => 0
  32.                     [starttransfer_time] => 0.236747
  33.                     [redirect_time] => 0
  34.                     [certinfo] => Array
  35.                         (
  36.                         )
  37.  
  38.                     [method] => GET
  39.                 )
  40.  
  41.             [x-aws-request-url] => https://s3-eu-west-1.amazonaws.com//
  42.             [x-aws-redirects] => 0
  43.             [x-aws-stringtosign] => GET
  44.  
  45. application/x-www-form-urlencoded
  46. Wed, 18 Apr 2012 14:35:07 GMT
  47. //
  48.             [x-aws-requestheaders] => Array
  49.                 (
  50.                     [Expect] => 100-continue
  51.                     [Content-Type] => application/x-www-form-urlencoded
  52.                     [Date] => Wed, 18 Apr 2012 14:35:07 GMT
  53.                     [Authorization] => AWS ***
  54.                 )
  55.  
  56.         )
  57.  
  58.     [body] => CFSimpleXML Object
  59.         (
  60.             [Code] => NoSuchBucket
  61.             [Message] => The specified bucket does not exist
  62.             [BucketName] => CFSimpleXML Object
  63.                 (
  64.                 )
  65.  
  66.             [RequestId] => ***
  67.             [HostId] => ***
  68.         )
  69.  
  70.     [status] => 404
  71. )