sboesen / remotely-sync

fork of remotely-save with security upgrades
Apache License 2.0
213 stars 8 forks source link

[Bug]: minio s3 sync #79

Closed codeses closed 11 months ago

codeses commented 11 months ago

What happened?

When using Minio's S3 synchronization, the synchronization .obsidian configuration directory was set, but after synchronization, there is also a .obsidian directory in Minio's. observer directory The meaning is that there is still a .obsidian directory under the .obsidian directory image

What OS are you using?

Windows

What remote cloud services are you using?

S3

Version of the plugin

0.4.31

Version of Obsidian

1.4.16

Using password or not

Ensure no sensitive information

codeses commented 11 months ago

image Not only the .obsidian directory, but it seems that this situation occurs in all directories

sboesen commented 11 months ago

That is super odd, did you figure out why this is happening or a workaround when you closed this issue?

codeses commented 11 months ago

It should be a display issue with Minio, similar to the file system returning to the previous level, such as using ../ in Linux But in minio, it seems to be represented by the name of the higher-level directory. Because I downloaded the synchronized content from the entire minio without any directory structure issues. So I closed the question and answered it on some forums, which also caused me to forget to reply here.