Amazon AWS S3 Storage Adapter for Omeka S

A basic question but I’m surprised that I haven’t been able to find an answer: Does Omeka S either have baked in setting or a module that would allow us to store assets in an S3 bucket?

Thanks!
Nabil

I would love to know the answer to this as well.

Edit: Or more specifically, if it’s not yet are there plans to in the future?

Based on a quick grep of the respective codebases, it doesn’t appear to be baked in yet.

In classic, you can find references to Amazon in application/libraries/Zend/Service/Amazon.php

That library, or any occurrence of “Amazon” or “S3” does not exist in the Omeka-S application folder.

This Service was provided by Zend Framework.

ZendService_Amazon has not been ported to ZF3 (used by Omeka S) but seems to be compatible with it, you can try.