Posts

Showing posts with the label Implement Ceph s3 Object storage in Drupal 7.x

Implement Ceph s3 Object storage in Drupal 7.x

  Lot of Article available for bucket URL like https://<bucket_name>.<host_name>/ , but   this article for implement bucket URL like https://<host_name>/<bucket_name>/   . To given some following rules and instructions to implement Ceph S3 Object storage in Drupal 7.x Dependencies and Other Requirements -  S3fs 2.x —  https://www.drupal.org/project/s3fs - Libraries API 2.x -  https://drupal.org/project/libraries - AWS SDK for PHP —  http://aws.amazon.com/sdk-for-php - PHP 5.3.3+ is required. The AWS SDK will not work on earlier versions. - PHP must be configured with “allow_url_fopen = On” in your php.ini file. Otherwise, PHP will be unable to open files that are in your S3 bucket. S3 File System uses the Libraries module to access the AWS SDK for PHP 2.x library.Please note that AWS SDK for PHP 3.x is not compatible with S3 File System. You must install the 2.x version of the SDK. Installation a . Install Libraries vers...