How can I look up binary files in Amazon S3?

How can I look up binary files in Amazon S3?

AuthorFullName__c
Tatarao Vana
articleNumber
000002781
FirstPublishedDate
2016-11-21T15:15:53Z
lastModifiedDate
2025-05-15
VersionNumber
5

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....