Changes between Initial Version and Version 1 of Ticket #10488
- Timestamp:
- Oct 7, 2018 7:34:22 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10488 – Description
initial v1 17 17 3. configure Cyberduck to connect to the bucket with the user key/secret from step 1 18 18 4. attempt to create a folder in bucket; this should work 19 5. attempt to create a new encrypted vault; this should fail e.20 21 Here's the bucket policy i am using. `MY_BUCKET_NAME`replaces the actual bucket name.22 23 ``` 19 5. attempt to create a new encrypted vault; this should fail. 20 21 Here's the bucket policy i am using. {{{MY_BUCKET_NAME}}} replaces the actual bucket name. 22 23 {{{ 24 24 { 25 25 "Version": "2012-10-17", … … 52 52 ] 53 53 } 54 ``` 54 }}} 55 55 56 56 Here's the User policy I am using; this is akin to root level access