Deleting work unit logs and input data from Amazon S3 bucket

All the new work unit log and input data files would be deleted automatically when the work unit is deleted from the system. These commands can be used to get the existing work unit files from amazon S3 and delete them.

You can run this command in the paadm tool to return the count of log and input data files that must be deleted from Amazon S3:
paadm amazons3log deletecount --dataarea <dataarea>
This command submits the data area to the server to verify and delete the Amazon S3 files for already deleted work units:
paadm amazons3log delete --dataarea <dataarea>