jwb009

Results 4 comments of jwb009

No problem, thanks for the response! In the meantime I just made a simple template that loops through all entries and lists each block being used...not pretty, but works in...

Just want to echo the previous two post and say that I can't for the life of me get Imager to write to my S3 bucket. I have 1 site...

Updating my post, as I fixed the issue by setting `public $storages = ['aws'];` in `imager.php` config. I had previously left it blank.

Above. So the relevant code looks like: ``` public $storages = ['aws']; public $storageConfig = [ 'aws' => [ 'accessKey' => '••••••••••••', 'secretAccessKey' => '••••••••••••••••', 'region' => 'us-east-1', 'bucket' =>...