Class S3TaskUtil


  • public class S3TaskUtil
    extends java.lang.Object
    Utility methods shared amongst the S3 tasks.
    • Constructor Summary

      Constructors 
      Constructor Description
      S3TaskUtil​(org.gradle.api.Project project)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isBucketVersioned​(java.lang.String bucketName)
      Checks if the S3 bucket is versioned.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • S3TaskUtil

        public S3TaskUtil​(org.gradle.api.Project project)
    • Method Detail

      • isBucketVersioned

        public boolean isBucketVersioned​(java.lang.String bucketName)
        Checks if the S3 bucket is versioned.
        Parameters:
        bucketName - s3 bucket name
        Returns:
        true if the bucket is versioned; otherwise false