com.amazonaws.services.s3.transfer
Interface MultipleFileUpload
- All Superinterfaces:
- Transfer
public interface MultipleFileUpload
- extends Transfer
Multiple file download of an entire virtual directory.
Method Summary |
java.lang.String |
getBucketName()
Returns the name of the bucket from which files are downloaded. |
java.lang.String |
getKeyPrefix()
Returns the key prefix of the virtual directory being downloaded. |
getKeyPrefix
java.lang.String getKeyPrefix()
- Returns the key prefix of the virtual directory being downloaded.
getBucketName
java.lang.String getBucketName()
- Returns the name of the bucket from which files are downloaded.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.