Changes between Initial Version and Version 1 of Ticket #5731, comment 5
- Timestamp:
- Mar 1, 2011 10:11:06 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5731, comment 5
initial v1 3 3 4 4 5 6 {{{ 5 7 { 6 8 "Statement": [ … … 29 31 } 30 32 33 }}} 34 31 35 Please note that if we add the following policy, it works, but the user sees a list of all our buckets: 32 36 37 38 {{{ 33 39 { 34 40 "Statement": [ … … 41 47 ] 42 48 } 49 50 }}} 43 51 44 52 Thanks for the quick follow up.