This was super helpful for debugging S3 files/folders.
brew install rclone
rclone rcd --config rclone.conf --rc-web-gui --no-check-certificate --rc-user rc --rc-pass rc
[minio]
type = s3
env_auth = false
access_key_id = minio
secret_access_key = demooo-password
region = us-east-1
endpoint = https://localhost:9000
location_constraint =
server_side_encryption =
rclone sync
rclone sync --config rclone-s3.conf --no-check-certificate -i fhir-performance:fhir-performance $(pwd)