BulkData: rclone with S3

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)

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.