EE 1
EE 2
S3 Directory
Developer
Derek Hogue - Amphibian Design
3rd Party (Free)
46 downloads (last 90 days)
Download v1.0.0
Compatibility
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Better Workflow
- Matrix
Requirements
- jQuery for the Control Panel
Categories
Fieldtype
Tags
This simple fieldtype allows you to select an existing file from an Amazon S3 bucket, and then output useful info about it. This is not for uploading, editing, or deleting files in your S3 buckets. It's essentially a simple file browser.
Template Tags
{my_field} or {my_field:url} - the full URL to your file. Note that your file must have public-readable permissions for this URL to be useful. Add ssl="y" to obtain an SSL-hosted URL.
{my_field:name} - the name of your file.
{my_field:size} - your file’s size in bytes.
{my_field:human_size} - human-readable file size, in KB, MB, GB, or TB respectively.
{my_field:date} and {my_field:gmt_date} - the last-modified date of your file. Accepts a standard EE “format” parameter for date formatting.
Download S3 Directory
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 2.+ | Download | 1.0.0 | 2012-08-01 09:41 AM |
This entry was created August 2, 2012, 10:57 am.
This entry was last updated August 7, 2012, 4:04 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
1 Review:
Alex Kendrick 10.11.12
Works perfectly if your client just needs a simple select to choose from a list of a given bucket’s files in the control panel.