Wasabi
Connect & Ingest data from / into a Wasabi Bucket
The following credentials keys are accepted:
bucket
(required) -> The name of the Bucketaccess_key_id
(required) -> The Access Key ID to access the bucketsecret_access_key
(required) -> The Secret Key to access the bucketendpoint
(required) -> endpoint hostname for (e.g.s3.wasabisys.com
)
Here is an example of setting a connection named
WASABI
. We must provide the type=s3
property:$ sling conns set WASABI type=s3 bucket=sling-bucket access_key_id=ACCESS_KEY_ID secret_access_key="SECRET_ACCESS_KEY" endpoint=<endpoint>
export WASABI='{type=s3, bucket=sling-bucket, access_key_id=ACCESS_KEY_ID, secret_access_key="SECRET_ACCESS_KEY", endpoint=<endpoint>}'
Last modified 5mo ago