Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezdfs-fsbackend-aws-s3 | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
An AmazonS3 DFS FS handler is added to the existing local filesystem one.
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.
An amazonS3 handler is provided, that can be configured to store images.
From the eZ Publish Community/Platform root, run
$ composer require ezsystems/ezdfs-fsbackend-aws-s3:~1.0@beta
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... :
[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:
[DispatchableDFS]
PathBackends[var/ezdemo_site/storage/images]=eZDFSFileHandlerDFSAmazon