Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.

Amazon S3 Setup

More
27 Feb 2018 15:51 #6999 by Roy
Amazon S3 Setup was created by Roy
I've currently inputed the Amazon S3 bucket:
s3.us-east-2.amazonaws.com/myccagsermons

And indicated that it was a Custom Amazon S3 URL

and inputed the S3 access key and secret key.

I suspect that I have the bucket permissions incorrectly as I have the error below when I attempt to upload:

default_sermon.mp3 (674 kb) » Error: COM_SERMONSPEAKER_FU_ERROR_UNABLE_TO_UPLOAD_FILE


How should I set up the bucket? Any help would be greatly appreciated!

Please Log in or Create an account to join the conversation.

More
27 Feb 2018 15:54 #7000 by Thomas Hunziker
Replied by Thomas Hunziker on topic Amazon S3 Setup
do you have a custom Amazon S3 URL for your bucket? "s3.us-east-2.amazonaws.com/myccagsermons" is not a custom one.
From memory, SermonSpeaker will show you the bucket URL it tries to upload to in the sermon form, what is written there?
The following user(s) said Thank You: Roy

Please Log in or Create an account to join the conversation.

More
27 Feb 2018 15:55 #7001 by Roy
Replied by Roy on topic Amazon S3 Setup
Also adjusted the CORS policy to this:
{
"Version": "2012-10-17",
"Id": "http referer policy example",
"Statement": [
{
"Sid": "Allow get requests originating from www.example.com and example.com.",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::myccagsermons/*",
"Condition": {
"StringLike": {
"aws:Referer": [
" www.myccag.com/* ",
" myccag.com/* ",
" www.myccag.org/* ",
" myccag.org/* "
]
}
}
}
]
}

Please Log in or Create an account to join the conversation.

More
27 Feb 2018 15:59 - 27 Feb 2018 16:00 #7002 by Roy
Replied by Roy on topic Amazon S3 Setup
Thank you. I updated the settings.

No -> Custom Amazon S3 URL
Amazon S3 Bucket : myccagsermons

This is what it shows as well:
File will be uploaded to: https://s3-.amazonaws.com/myccagsermons/

Here's an example of a file that works:
s3.us-east-2.amazonaws.com/myccagsermons/010112.mp3
Last edit: 27 Feb 2018 16:00 by Roy.

Please Log in or Create an account to join the conversation.

More
27 Feb 2018 17:21 #7003 by Thomas Hunziker
Replied by Thomas Hunziker on topic Amazon S3 Setup
> File will be uploaded to: https://s3-.amazonaws.com/myccagsermons/

This is the issue. SermonSpeaker doesn't find the correct bucket region.
Can you try with a bucket in a different region if that works? Then it would be a region-depending bug in the S3 library I use (it's a quite old one actually).
The following user(s) said Thank You: Roy

Please Log in or Create an account to join the conversation.

More
27 Feb 2018 19:01 #7004 by Roy
Replied by Roy on topic Amazon S3 Setup
Working file:
s3.ca-central-1.amazonaws.com/myccag/010112.mp3

File will be uploaded to: s3-ca-central-1.amazonaws.com/myccag/

I used the same Amazon Access and Secret key.

default_sermon.mp3 (674 kb) » Error: COM_SERMONSPEAKER_FU_ERROR_UNABLE_TO_UPLOAD_FILE

Please Log in or Create an account to join the conversation.

Time to create page: 0.236 seconds
Powered by Kunena Forum