Dominux / Pentaract

Unlimited file cloud storage based on using Telegram API
MIT License
298 stars 22 forks source link

Emulate FS logic on trying to create a file that already exists #12

Closed Dominux closed 11 months ago

Dominux commented 11 months ago

Now we reject this with idiomatic 409 error code and error msg. But it should behave like real fs so if some user wansta upload the same file several times -> just let Tim cook! Behave like fs - create it with a name like {filename}({n}) where n is the next number of the same name, starts with 1.