Forum Discussion
DevlinPeck
8 years agoCommunity Member
GUIDE: How to Upload Storyline Content to the Web Using Amazon S3
Hi All!
I've seen many people asking for additional help on how to upload Storyline projects using Amazon S3, so I put together a tutorial that should help out. If you have any additional question...
KyleYates1
3 years agoCommunity Member
For any getting an error when trying to access the link, adding a bucket policy always does the trick for me. For example... it's under permissions
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicRead",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject",
"s3:GetObjectVersion"
],
"Resource": "arn:aws:s3:::leanleader1jeopardy/*"
}
]
}
Related Content
- 10 months ago
- 10 years ago