2017 © Pedro Peláez
 

ezpublish-legacy-extension ezdfs-fsbackend-aws-s3

eZPublish Amazon S3 FS backend for DFS

image

ezsystems/ezdfs-fsbackend-aws-s3

eZPublish Amazon S3 FS backend for DFS

  • Thursday, January 8, 2015
  • by bdunogier
  • Repository
  • 19 Watchers
  • 4 Stars
  • 1,150 Installations
  • PHP
  • 0 Dependents
  • 2 Suggesters
  • 2 Forks
  • 1 Open issues
  • 9 Versions
  • 11 % Grown

The README.md

Support for Amazon S3 as a DFS backend

Summary

An AmazonS3 DFS FS handler is added to the existing local filesystem one., (*1)

The previous eZDFSFileHandlerDFSBackend, in charge of reading/writing files to NFS, is in DFS replaced by a dispatcher. This dispatcher receives a stack of DFSBackend handlers. Each handler will respond true/false when asked if it supports a file path., (*2)

An amazonS3 handler is provided, that can be configured to store images., (*3)

Installation

Requirements

  • ezsystems/ezdfs-fsbackend-dispatcher must installed
  • an amazon web services account

Installation using composer

From the eZ Publish Community/Platform root, run, (*4)

$ composer require ezsystems/ezdfs-fsbackend-aws-s3:~1.0@beta

Configuration

The handler must first be configured in an dfsamazons3.ini override. Region must be set to the region code, as listed on http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region: eu-west-1, us-east-1... :, (*5)

[BackendSettings]
AccessKeyID=
SecretAccessKey=
Bucket=
Region=

It must then be be set as an additional handler matching one or several path in a dispatchabledfs.ini override:, (*6)

[DispatchableDFS]
PathBackends[var/ezdemo_site/storage/images]=eZDFSFileHandlerDFSAmazon

The Versions

08/01 2015

dev-EZP-23171-delete_array

dev-EZP-23171-delete_array

eZPublish Amazon S3 FS backend for DFS

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

13/06 2014
06/06 2014
25/05 2014

v0.0.1

0.0.1.0

Amazon S3 DFS backend

  Sources   Download

GPL-2.0

The Requires