public class DefaultBucketLister extends BucketLister
Modifier and Type | Field and Description |
---|---|
protected ProviderCredentials |
credentials |
Constructor and Description |
---|
DefaultBucketLister(javax.servlet.ServletConfig servletConfig)
Constructs the Bucket lister with the required parameters.
|
Modifier and Type | Method and 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.
|
protected ProviderCredentials credentials
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