Class AmazonS3OAuthStateService

    • Constructor Detail

      • AmazonS3OAuthStateService

        public AmazonS3OAuthStateService​(String bucketName)
    • Method Detail

      • initializer

        public Initializer initializer()
        Description copied from interface: Service
        Returns the initializer for this service. If the service has time-consuming initialization steps, putting those into this function would be a good way to avoid timeout errors for the first incoming request (in other words, to avoid cold-start problems).
        Specified by:
        initializer in interface Service
      • getCredentials

        protected com.amazonaws.auth.AWSCredentials getCredentials()
      • createS3Client

        protected com.amazonaws.services.s3.AmazonS3 createS3Client()