public class DefaultBucketLister extends BucketLister
Constructor | Description |
---|---|
DefaultBucketLister(javax.servlet.ServletConfig servletConfig) |
Constructs the Bucket lister with the required parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
listObjects(GatekeeperMessage gatekeeperMessage,
ClientInformation clientInformation) |
Create in the GatekeeperMessage object a list of SignatureRequest objects capturing
details about the S3 objects contained in a bucket.
|
public DefaultBucketLister(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
The required parameters that must be available in the servlet configuration are:
servletConfig
- javax.servlet.ServletException
public void listObjects(GatekeeperMessage gatekeeperMessage, ClientInformation clientInformation) throws S3ServiceException
BucketLister
listObjects
in class BucketLister
gatekeeperMessage
- the message object that was received, and in which the object listing to be returned
is stored.clientInformation
- information about the client end-point this request was received from.S3ServiceException