• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

How active amazon s3 ?

BeyEFENDİ

Chevereto Member
You should do this to avoid a headache

How to get an account?

How the system is activated?

I never had to use Amazon S3.

What do I need?

"You how to do it" should prepare a document called.

Because of this you will be asked a lot of times.
 
Error ?

2014-10-05_08-30-065d1b0.png



Run URL : https://s3.amazonaws.com/osmangazi.imagesturk.net/bayram.jpg
Not Url : http://osmangazi.imagesturk.net/bayram.jpg
 
Routing negative.
Domain forwarding is not amazon.
Everything works very well.
Only one problem routing domains.
Anyway ....
I decided not to use


I can not do a very complicated system.
 
I had this problem on my dev server, turned out to be caused by a curl error "77" from the AWS call when chevereto was attempting to upload the test image (although the chevereto code swallows this exception and you won't see it in the error log).

That error 77 happens because curl fails to validate amazon's SSL certificate when fetching the image resource. curl in php doesn't have any root CA configuration set by default, so you need to do it yourself. Check that your php.ini has a curl.cainfo setting. If it doesn't, try adding it like this: http://stackoverflow.com/a/16495053/10367
 
The chevereto code swallows this exception and you won't see it in the error log

I've taken note about that issue and I just add it the G\exception_to_error() function for the Storage::upload function. This means that anything will be logged in the server error_log properly.

Also I made a mistake with the implementation and I forgot to add the region, which is causing that the implementation only works with US Standar region. Don't worry, I will add support for S3 regions in the very next update.
 
Last edited:
Please prepare a document small for us.

Amazon S3 take account
CPanel Forwarding (Arvixe)
Chevereto add information

successful

It needs.

Do this half hour
 
Please prepare a document small for us.

Amazon S3 take account
CPanel Forwarding (Arvixe)
Chevereto add information

successful

It needs.

Do this half hour

I can do it in 30 seconds:

1. Amazon create account, enable S3, get keys, create bucket.
2. Cpanel > Simple DNS > CNAME "the-address-from-s3.com" Name: "subdomain-i-want".
3. In Chevereto add storage with keys, bucket info and the URL with subdomain-i-want.mydomain.com

Honestly, you are drowning yourself in a glass of water. Is not rocket science you only need to read carefully and search the web for it. For instance here is a guide to setup Amazon S3 with a CNAME http://carltonbale.com/how-to-alias-a-domain-name-or-sub-domain-to-amazon-s3/ and here is a even a video that shows you how to create a CNAME using CPanel.

 
Last edited:
Back
Top