Class AWSFileStore

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

public class AWSFileStore extends Object implements com.erudika.para.core.storage.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

    • load

      public InputStream load(String path)
      Specified by:
      load in interface com.erudika.para.core.storage.FileStore
    • store

      public String store(String path, InputStream data)
      Specified by:
      store in interface com.erudika.para.core.storage.FileStore
    • delete

      public boolean delete(String path)
      Specified by:
      delete in interface com.erudika.para.core.storage.FileStore