Class AWSFileStore

java.lang.Object
com.erudika.para.server.storage.AWSFileStore
All Implemented Interfaces:
FileStore

public class AWSFileStore extends Object implements FileStore
An implementation of the FileStore interface using AWS S3.
Author:
Alex Bogdanovski [[email protected]]
  • Constructor Details

    • AWSFileStore

      public AWSFileStore()
      No-args constructor.
    • AWSFileStore

      public AWSFileStore(String bucket)
      Creates a new instance based on the bucket provided.
      Parameters:
      bucket - the name of the S3 bucket
  • Method Details