Class SpillLocationVerifier


  • public class SpillLocationVerifier
    extends Object
    This class is used to track the bucket and its state, and check its validity
    • Constructor Detail

      • SpillLocationVerifier

        public SpillLocationVerifier​(com.amazonaws.services.s3.AmazonS3 amazons3)
        Parameters:
        amazons3 - The S3 object for the account.
    • Method Detail

      • checkBucketAuthZ

        public void checkBucketAuthZ​(String spillBucket)
        Public function used to check if the account that calls the lambda function owns the spill bucket
        Parameters:
        spillBucket - The name of the spill bucket.