Class AWSFileStore
java.lang.Object
com.erudika.para.server.storage.AWSFileStore
An implementation of the
FileStore interface using AWS S3.- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
ConstructorsConstructorDescriptionNo-args constructor.AWSFileStore(String bucket) Creates a new instance based on the bucket provided. -
Method Summary
-
Constructor Details
-
AWSFileStore
public AWSFileStore()No-args constructor. -
AWSFileStore
Creates a new instance based on the bucket provided.- Parameters:
bucket- the name of the S3 bucket
-
-
Method Details
-
load
-
store
-
delete
-