juicefs format --bucket parameter for Hetzner (S3) Object Storage
#6745
|
I've tried all sorts of combinations for the juicefs format \
--access-key="$S3_ACCESS_KEY_ID" \
--bucket="https://${S3_BUCKET}.${S3_ENDPOINT}" \
--secret-key="$S3_SECRET_ACCESS_KEY" \
--storage="s3" \
sqlite3://myjfs.db \
"$S3_BUCKET"This results in the following juicefs logging: Also tried options such as: OR
OR
. Hetzner console says that In the JuiceFS documentation I found some information about hosted-style and path-style endpoints, which I used to try different |
Replies: 1 comment
|
The last parameter of the "juicefs format" command is the "volume name". It seems that this issue occurs because the bucket name and volume name you are using are the same. Try using different names instead? |
The last parameter of the "juicefs format" command is the "volume name". It seems that this issue occurs because the bucket name and volume name you are using are the same. Try using different names instead?