-
I was wondering if there was a way to have multiple juicefs containers within one S3 bucket (I am actually on DigitalOcean, but I don't suspect that matters). I formatted a juicefs container in a bucket within the "s3://mystor" directory (yeah, copy and paste from the tutorial). I setup to use redis for this. I then created another directory in the S3 bucket "s3://new-dir" (beside "mystor") and tried to format a container within that new directory. But I got back the error:
Is it possible to have two directories side-by-side in an S3 bucket each of which is a different juicefs container? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, please use different Redis DB and name for it. You tried to overwrite the existing JuiceFS mystor and got the above error. |
Beta Was this translation helpful? Give feedback.
Yes, please use different Redis DB and name for it. You tried to overwrite the existing JuiceFS mystor and got the above error.