Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. $result = $client->getBucketLifecycleConfiguration(array(
  2. // Bucket is required
  3. 'Bucket' => 'string',
  4. ));
  5.  
  6. GuzzleServiceResourceModel::__set_state(array(
  7. 'structure' => NULL,
  8. 'data' =>
  9. array (
  10. 'Rules' =>
  11. array (
  12. 0 =>
  13. array (
  14. 'ID' => 'Test',
  15. 'Filter' =>
  16. array (
  17. 'Prefix' =>
  18. array (
  19. ),
  20. ),
  21. 'Status' => 'Enabled',
  22. 'NoncurrentVersionExpiration' =>
  23. array (
  24. 'NoncurrentDays' => '250',
  25. ),
  26. ),
  27. ),
  28. 'RequestId' => 'E83571AFC306FFFD',
  29. ),
  30. ))
  31.  
  32. array (
  33. '' . "" . '*' . "" . 'structure' => NULL,
  34. '' . "" . '*' . "" . 'data' =>
  35. array (
  36. 'Rules' =>
  37. array (
  38. 0 =>
  39. array (
  40. 'ID' => 'Test',
  41. 'Filter' =>
  42. array (
  43. 'Prefix' =>
  44. array (
  45. ),
  46. ),
  47. 'Status' => 'Enabled',
  48. 'NoncurrentVersionExpiration' =>
  49. array (
  50. 'NoncurrentDays' => '250',
  51. ),
  52. ),
  53. ),
  54. 'RequestId' => 'E83571AFC306FFFD',
  55. ),
  56. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement