Package org.togglz.s3

Class S3StateRepository

java.lang.Object
org.togglz.s3.S3StateRepository
All Implemented Interfaces:
StateRepository

public class S3StateRepository extends Object implements StateRepository
A state repository that uses Amazon S3.

The repository is configured using the S3StateRepository.Builder

You must already have a bucket provisioned before you create this repository.

Author:
Mark Richardson