Class BucketStorageService

java.lang.Object
com.adventure.services.BucketStorageService
All Implemented Interfaces:
StorageService

public class BucketStorageService extends Object
Class that implements storage service based on AWS S3 bucket.
  • Field Details

    • config

      protected final Config config
      Application properties.
    • logger

      protected static final org.apache.logging.log4j.Logger logger
      Logger.
  • Constructor Details

    • BucketStorageService

      public BucketStorageService(Config config)
      Constructor
      Parameters:
      config - Application config.
  • Method Details