Storage
S3 Storage
The S3 storage uploads transformations to a S3 bucket, or any other provider implementing the S3 interface (for example Digital Ocean Spaces).
Digital Ocean can be used by adding an endpoint.
Example
Options
Name
access_key_id
Access key id from S3
Type: string
Required
secret_access_key
Secret access key from S3
Type: string
Required
region
Region of S3 bucket
Type: string
Required
bucket_name
Name of bucket
Type: string
Required
path
Path of the original image in the bucket.
Type: string with parameters
Required
endpoint
Which endpoint to use, useful if using Digital Ocean Spaces.
Type: string
Default: derived from bucket_name and region, as per AWS standard.
ACL
Type: string
Default: 'private'
Hash header
SpaceChop makes use of a metadata header x-amz-meta-hash
on storages in order to keep transformations up to date as preset configuration changes.
Last updated