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 ...
LindseyBrown-ef
3 years agoCommunity Member
Is it ok to use this code? I saw on one site (but not several others) that this might be dangerous? I just want to show my course on my eportfolio. Thanks
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your_bucket_name/*"
}
]
}