Lost Amazon S3 connection

  • NC 11.0.1
  • Ubuntu 16.04
  • Amazon S3 external storage configured and working

Then I made some system updates with “apt upgrade” and reboot.

Now this:

  • Amazon drive not accessable
  • Log entries:

Error core cURL error 7: Failed to connect to github-cloud.s3.amazonaws.com port 443: Connection timed out 2017-02-04T13:17:02+0100

Error files_external Aws\Common\Exception\TransferException: [curl] 7: Failed to connect to ncbackupxxx.s3.amazonaws.com port 443: Connection timed out [url] https://ncbackupxxx.s3.amazonaws.com

/var/www/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Client.php - line 136: Aws\Common\Client\AbstractClient->send(Object(Guzzle\Http\Message\Request))
/var/www/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Guzzle/Service/Command/AbstractCommand.php - line 153: Guzzle\Service\Client->execute(Object(Aws\S3\Command\S3Command))
/var/www/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php - line 665: Guzzle\Service\Command\AbstractCommand->execute()
/var/www/nextcloud/apps/files_external/3rdparty/aws-sdk-php/Aws/S3/S3Client.php - line 394: Aws\S3\S3Client->checkExistenceWithCommand(Object(Aws\S3\Command\S3Command), true)
/var/www/nextcloud/lib/private/Files/ObjectStore/S3ConnectionTrait.php - line 96: Aws\S3\S3Client->doesBucketExist('ncbackupxxx')
/var/www/nextcloud/apps/files_external/lib/Lib/Storage/AmazonS3.php - line 504: OCA\Files_External\Lib\Storage\AmazonS3->getConnection()
/var/www/nextcloud/apps/files_external/lib/config.php - line 233: OCA\Files_External\Lib\Storage\AmazonS3->test(false, 'false')
/var/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 255: OC_Mount_Config getBackendStatus('\\OCA\\Files_Exte...', Array, false, 'false')
/var/www/nextcloud/apps/files_external/lib/Controller/StoragesController.php - line 305: OCA\Files_External\Controller\StoragesController->updateStorageStatus(Object(OCA\Files_External\Lib\StorageConfig), 'false')
/var/www/nextcloud/apps/files_external/lib/Controller/UserStoragesController.php - line 107: OCA\Files_External\Controller\StoragesController->show('12', 'false')
[internal function] OCA\Files_External\Controller\UserStoragesController->show('12', 'false')
/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 160: call_user_func_array(Array, Array)
/var/www/nextcloud/lib/private/AppFramework/Http/Dispatcher.php - line 90: OC\AppFramework\Http\Dispatcher->executeController(Object(OCA\Files_External\Controller\UserStoragesController), 'show')
/var/www/nextcloud/lib/private/AppFramework/App.php - line 114: OC\AppFramework\Http\Dispatcher->dispatch(Object(OCA\Files_External\Controller\UserStoragesController), 'show')
/var/www/nextcloud/lib/private/AppFramework/Routing/RouteActionHandler.php - line 47: OC\AppFramework\App main('OCA\\Files_Exter...', 'show', Object(OC\AppFramework\DependencyInjection\DIContainer), Array)
[internal function] OC\AppFramework\Routing\RouteActionHandler->__invoke(Array)
/var/www/nextcloud/lib/private/Route/Router.php - line 299: call_user_func(Object(OC\AppFramework\Routing\RouteActionHandler), Array)
/var/www/nextcloud/lib/base.php - line 1010: OC\Route\Router->match('/apps/files_ext...')
/var/www/nextcloud/index.php - line 40: OC handleRequest()
{main}

2017-02-04T13:19:05+0100
  1. Any idea?
  2. Where to post on githup issues like that?