Interface MultipleFileUpload

  • All Superinterfaces:
    Transfer

    public interface MultipleFileUpload
    extends Transfer
    Multiple file download of an entire virtual directory.
    • Method Detail

      • getKeyPrefix

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

        String getBucketName()
        Returns the name of the bucket to which files are uploaded.
      • getSubTransfers

        Collection<? extends Upload> getSubTransfers()
        Returns a collection of sub transfers associated with the multi file upload.