Class AmazonS3InstallationService

java.lang.Object
com.slack.api.bolt.service.builtin.AmazonS3InstallationService
All Implemented Interfaces:
InstallationService, Service

public class AmazonS3InstallationService extends Object implements InstallationService
  • Constructor Details

    • AmazonS3InstallationService

      public AmazonS3InstallationService(String bucketName)
    • AmazonS3InstallationService

      public AmazonS3InstallationService(String bucketName, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider)
    • AmazonS3InstallationService

      public AmazonS3InstallationService(String bucketName, software.amazon.awssdk.auth.credentials.AwsCredentialsProvider credentialsProvider, software.amazon.awssdk.regions.Region region, String endpointOverride)
  • Method Details