Interface DownloadFilter

    • Method Detail

      • test

        boolean test​(S3Object s3Object)
        Evaluate condition the remote S3Object should be downloaded.
        Specified by:
        test in interface Predicate<S3Object>
        Parameters:
        s3Object - Remote S3Object
        Returns:
        true if the object should be downloaded, false if the object should not be downloaded
      • allObjects

        static DownloadFilter allObjects()
        A DownloadFilter that downloads all objects. This is the default behavior if no filter is provided.