Title: S3?
Last modified: August 20, 2016

---

# S3?

 *  [cyberetto](https://wordpress.org/support/users/cyberetto/)
 * (@cyberetto)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/)
 * I”ve just updated to the latest version (3.0.1), and it said to check these settings:
 * Dropbox authentication must be done again
    SugarSync authentication must be done
   again S3 Settings Google Storage is now in S3 All your passwords
 * I’ve tried to do that, but there are no options there for S3 when I edit the 
   jobs, despite S3 being set up for the jobs before? When I look at the list of
   jobs, under the Destinations column S3 is still listed, but when I edit the job,
   there is no S3 tab, and the S3 options don’t appear under any of the other tabs
   there.
 * How can I fix this?
 * Thanks.
 * [http://wordpress.org/extend/plugins/backwpup/](http://wordpress.org/extend/plugins/backwpup/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Thread Starter [cyberetto](https://wordpress.org/support/users/cyberetto/)
 * (@cyberetto)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3511855)
 * And now after making some other changes S3 has disappeared from the Destinations
   column when looking at the list of jobs.
 *  [mrkingid](https://wordpress.org/support/users/mrkingid/)
 * (@mrkingid)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3511997)
 * from a different post…
 *     ```
       file with error: class-cron.php on line 140 & 141
       $temp_fodler = scandir( BackWPup::get_plugin_data( 'TEMP' ) );
       foreach ( $temp_fodler as $temp_file ) {
   
       $temp_fodler should be $temp_folder
       ```
   
 * fix that and S3 will show up.
 * Also you need at least php5.2.6
 *  Thread Starter [cyberetto](https://wordpress.org/support/users/cyberetto/)
 * (@cyberetto)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512027)
 * Thanks so much, [@mrkingid](https://wordpress.org/support/users/mrkingid/). That
   tip worked! That enabled the S3 option to appear on the first tab.
 * I did run into a bunch of other errors with S3, such as, despite “US – Standard”
   being selected:
 * Fatal error: Uncaught exception ‘Guzzle\Service\Exception\ValidationException’
   with message ‘Validation errors: [LocationConstraint] must be one of “EU” or “
   eu-west-1” or “us-west-1” or “us-west-2” or “ap-southeast-1” or “ap-northeast-
   1” or “sa-east-1″‘ in /home/cybnet/public_html/about/wp-content/plugins/backwpup/
   sdk/Aws/Guzzle/Service/Command/AbstractCommand.php:376 Stack trace: #0 /home/
   cybnet/public_html/about/wp-content/plugins/backwpup/sdk/Aws/Guzzle/Service/Command/
   AbstractCommand.php(272): Guzzle\Service\Command\AbstractCommand->validate() #
   1 /home/cybnet/public_html/about/wp-content/plugins/backwpup/sdk/Aws/Guzzle/Service/
   Client.php(223): Guzzle\Service\Command\AbstractCommand->prepare() #2 /home/cybnet/
   public_html/about/wp-content/plugins/backwpup/sdk/Aws/Guzzle/Service/Command/
   AbstractCommand.php(162): Guzzle\Service\Client->execute(Object(Guzzle\Service\
   Command\OperationCommand)) #3 /home/cybnet/public_html/about/wp-content/plugins/
   backwpup/sdk/Aws/Guzzle/Service/Command/AbstractCommand.php(213): Guzzle\Servic
   in /home/xxxxx/public_html/about/wp-content/plugins/backwpup/sdk/Aws/Guzzle/Service/
   Command/AbstractCommand.php on line 376
 * Lots of errors still. Am running a backup now, and will see how that goes.
 *  [justmattb](https://wordpress.org/support/users/mwbarker/)
 * (@mwbarker)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512028)
 * I fixed those lines, but still don’t see S3 anywhere. The server I’m on is running
   PHP version 5.2.17, so I should be good there. Any other ideas?
 *  [justmattb](https://wordpress.org/support/users/mwbarker/)
 * (@mwbarker)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512029)
 * Actually, when I looked at backwpup.php, I saw this line:
 * `if ( function_exists( 'curl_exec' ) && version_compare( '5.3.3', PHP_VERSION,'
   <=' ) && class_exists( 'BackWPup_Destination_S3' ) )`
 * So it looks like in order to continue to use S3, you have to be at version 5.3.3
   or higher. Am I reading that correctly?
 *  [justmattb](https://wordpress.org/support/users/mwbarker/)
 * (@mwbarker)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512030)
 * Looks like that’s it; just looked up the Amazon S3 php sdk that this plugin includes
   and found this mentioned in the Readme:
 * Minimum requirements
    PHP 5.3.3+ compiled with the cURL extension A recent version
   of cURL 7.16.2+ compiled with OpenSSL and zlib
 *  Plugin Contributor [Daniel Hüsken](https://wordpress.org/support/users/danielhuesken/)
 * (@danielhuesken)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512036)
 * [@matt](https://wordpress.org/support/users/matt/): Yes it is correct. The most
   new SDK all developt with PHP 5.3+.
 * [@mrkingid](https://wordpress.org/support/users/mrkingid/): i have found the 
   bug and fix it.
 * [@cyberetto](https://wordpress.org/support/users/cyberetto/): the problem is 
   only on buckt creation in US Standart. I think it is a problem of the sdk. Create
   the buckt with the AWS S3 Console will work [https://console.aws.amazon.com/s3](https://console.aws.amazon.com/s3)
   with the plugin too.
 *  [nadworks](https://wordpress.org/support/users/nadworks/)
 * (@nadworks)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512054)
 * Whua, whau wait a minute.
    My S3 has completely disappeared, too. Not cool, Daniel.
   So, in order to get it back I need to upgrade all of my hosted domains using 
   BWPU to PHP 5.3.3 all of a sudden? And that without warning and a bit of an advanced
   heads-up?
 *  [scott.hepler](https://wordpress.org/support/users/scotthepler/)
 * (@scotthepler)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512140)
 * Oh, boy — this has bitten me, too. I feel **very unhappy**.
 *  Anonymous User 7658014
 * (@anonymized_7658014)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512141)
 * [@nadworks](https://wordpress.org/support/users/nadworks/) You can also grab 
   an older version from here until you’re ready to move to PHP 5.3.3: [http://wordpress.org/extend/plugins/backwpup/developers/](http://wordpress.org/extend/plugins/backwpup/developers/)
 * Granted, a bigger warning than the one in Description (pulled from the readme
   file) would have been appropriate, but then again: don’t you guys never click
   the Details link next to the upgrade message?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘S3?’ is closed to new replies.

 * ![](https://ps.w.org/backwpup/assets/icon-256x256.png?rev=3236141)
 * [BackWPup – WordPress Backup & Restore Plugin](https://wordpress.org/plugins/backwpup/)
 * [Support Threads](https://wordpress.org/support/plugin/backwpup/)
 * [Active Topics](https://wordpress.org/support/plugin/backwpup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/backwpup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/backwpup/reviews/)

## Tags

 * [s3](https://wordpress.org/support/topic-tag/s3/)

 * 10 replies
 * 7 participants
 * Last reply from: Anonymous User 7658014
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/s3/#post-3512141)
 * Status: not resolved