Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/doc/addons/cellar.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,15 +520,15 @@ This policy example grants read-only access to a bucket for another user, using
"arn:aws:s3:::<bucket-name>",
"arn:aws:s3:::<bucket-name>/*"
],
"Principal": {"AWS": "arn:aws:iam::cellar_xxx"}
"Principal": {"AWS": "arn:aws:iam:::user/<cellar_xxx>"}

}
]
}

```

Replace the `<bucket-name>` with your bucket name in the policy file.
Replace the `<bucket-name>` with your bucket name and `<cellar_xxx>` with the ID of the cellar to which you want to grant read-only access..

Set the policy to your bucket using s3cmd:

Expand Down
Loading