Interface MultipleFileDownload

All Superinterfaces:
Transfer

public interface MultipleFileDownload extends Transfer
Multiple file download of an entire virtual directory.
  • Method Details

    • getKeyPrefix

      String getKeyPrefix()
      Returns the key prefix of the virtual directory being downloaded.
    • getBucketName

      String getBucketName()
      Returns the name of the bucket from which files are downloaded.
    • abort

      void abort() throws IOException
      Cancels this download.
      Throws:
      IOException