Bakual / SermonSpeaker

A free Joomla! component for churchs to share their sermons.
www.sermonspeaker.net
GNU General Public License v3.0
12 stars 8 forks source link

S3 Folder Structure #33

Closed davidtaylorhq closed 8 years ago

davidtaylorhq commented 8 years ago

When using the S3 storage option, the "Monthly subdirectories" option is not followed. This can result in a very long list of sermons, which is not user friendly.

Bakual commented 8 years ago

S3 doesn't allow folders. Thus this feature isn't possible with Amazon S3.

davidtaylorhq commented 8 years ago

While AWS does not have folders in the traditional sense, the functionality can be emulated using key name prefixes, see here: http://docs.aws.amazon.com/AmazonS3/latest/UG/FolderOperations.html

Bakual commented 8 years ago

I can have a look if the S3 library I use does support reading such a "folder".

Bakual commented 8 years ago

@davidtaylorhq Can you try the attached version, it now supports "folders" in Amazon S3. I hope I catched every instance where this applies :smile:

com_sermonspeaker.zip

davidtaylorhq commented 8 years ago

This works - thanks