Forum Discussion
DeniseMalloy
4 years agoCommunity Member
Portfolio Issues with Cloudberry/AWS
Hello,
I am trying to create a portfolio via Tom Kulhman’s post, https://blogs.articulate.com/rapid-elearning/heres-a-free-tool-to-build-an-e-learning-portfolio/.
When in the cloudberry explore ...
DeniseMalloy
4 years agoCommunity Member
Hi Lauren!
Thank you so much for the help. I really appreciate it.
One more question...
I can't seem to put the bucket policy in, but it is not working (I get an X in Cloudberry).
Here is the policy I am trying to turn into my own:
{
"Statement": [
{
"Sid": "AllowEveryoneReadOnlyAccess",
"Effect": "Allow",
"Principal": "*",
"Action": [ "s3:GetObject", "s3:ListBucket" ],
"Resource": ["urn:sgws:s3:::examplebucket","urn:sgws:s3:::examplebucket/*"]
}
]
}
I have tried using my bucket name (malloydemo) in place of "examplebucket" but I cannot seem to get it working. Please advise.
Thank you again for your help!