Guys I followed the instructions at http://docs.oxwall.org/install:cloud_hosting:amazons3
I created the account, got firefox installed and moved the ow userfiles...but It is not working. So anybody had success with moving his site files ow_userfiles to amazon s3 cloud and it working properly? meaning when a user add a photo, blog or whatever on your oxwall site, it automatically transfer the data to s3 cloud with no issues !! If so reply back to show me what I missed when following the steps and once my site is fully on cloud, I am willing to fairly compensate for your time. I estimate it should take less than an hour for someone who done it before to help.So 25 $ should be reasonable.
| By | Hani |
| Submitted | May 10 '12 |
| Job type | |
| Budget | from $25 up to $25 |
The Wall
define('OW_AMAZON_S3_ACCESS_KEY', '{your_access_key}'); // access key
define('OW_AMAZON_S3_SECRET_KEY', '{your_secret_key}'); // secret key
define('OW_AMAZON_S3_BUCKET_NAME', '{bucket_name}'); // the name of the bucket for recording data
define('OW_AMAZON_S3_BUCKET_URL', '{bucket_url}'); // url of the bucket for recording data (for example, http://test.s3.amazonaws.com/)
Did you changed in {......}. To correct .? Seem at this 4lines to attention . And try F5 .