To query S3 for files, you’ll need to install the AWS Command Line Interface (AWS CLI), which is available HERE. The required parameters (access key, secret Key, bucket name, and path) can be found in the binarystore.xml file.
The access and secret keys need to be added to your ~/.aws/credentials with the following content:
aws_access_key_id = <VALUE> aws_secret_access_key = <VALUE> [default]
Thereafter, you can run:
aws s3 ls s3://<BUCKET_NAME>/aol-<SERVER_NAME>/filestore/aa/aa....