169
edits
| Line 99: | Line 99: | ||
output = json | output = json | ||
endpoint_url = https://objets.juno.calculquebec.ca | endpoint_url = https://objets.juno.calculquebec.ca | ||
region = default | |||
s3 = | s3 = | ||
endpoint_url = https://objets.juno.calculquebec.ca | endpoint_url = https://objets.juno.calculquebec.ca | ||
| Line 107: | Line 108: | ||
ec2 = | ec2 = | ||
endpoint_url = https://objets.juno.calculquebec.ca | endpoint_url = https://objets.juno.calculquebec.ca | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| Line 117: | Line 117: | ||
aws_access_key_id = <S3 ACCESS KEY> | aws_access_key_id = <S3 ACCESS KEY> | ||
aws_secret_access_key = <S3 SECRET KEY> | aws_secret_access_key = <S3 SECRET KEY> | ||
</syntaxhighlight> | |||
and test the setup | |||
<syntaxhighlight lang="bash"> | |||
export AWS_PROFILE=<PROJECT NAME> | |||
aws s3 mb s3://test | |||
aws s3 ls | |||
</syntaxhighlight> | |||
<syntaxhighlight> | |||
2026-04-30 18:19:35 test | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits