Home

Awesome

Amazon S3 Data Store for Fess Java CI with Maven

Overview

Amazon S3 Data Store is an extension for Fess Data Store Crawling.

Download

See Maven Repository.

Installation

See Plugin of Administration guide.

Getting Started

Parameters

region=...
access_key_id=...
secret_key=...
KeyValue
regionThe region of the S3 buckets (eg: ap-northeast-1)
access_key_idAWS Access Key ID
secret_keyAWS Secret Key
buckets(Optional) Bucket names (comma separated values)

Scripts

url=object.url
title=object.key
content=object.contents
mimetype=object.mimetype
filetype=object.filetype
filename=object.filename
content_length=object.size
last_modified=object.last_modified
KeyValue
object.urlThe URL of the S3 object.
object.management_urlThe management URL of the S3 Object.
object.keyThe key of the S3 object.
object.e_tagThe ETag of the S3 object.
object.contentsThe text content of the S3 object.
object.mimetypeThe mimetype of the S3 object.
object.filetypeThe filetype of the S3 object.
object.filenameThe file name of the S3 object.
object.sizeThe size of the S3 object.
object.last_modifiedThe last time the S3 object was modified.
object.owner_idThe owner ID of the S3 object.
object.owner_display_nameThe display name of the S3 object's owner.
object.bucket_nameThe bucket name of the S3 object.
object.creation_dateThe time when the bucket created.