[x] I've checked the feature request list and there's no request created for this purpose
[x] I've tried discussing this first in the discussion section to find out if there's something similar implemented (Or checked it by myself)
Is your feature request related to a problem? Please describe.
We should have the ability to simply rename a file/folder, without changing its contents.
Current OmhStorageClient.updateFile() only updates its contents with a java.io.File instance, and cannot rename a folder.
Describe the solution you'd like
Add a rename(fileId: String) method to OmhStorageClient, and implement it at all storage providers
Checklist
Is your feature request related to a problem? Please describe. We should have the ability to simply rename a file/folder, without changing its contents.
Current
OmhStorageClient.updateFile()
only updates its contents with ajava.io.File
instance, and cannot rename a folder.Describe the solution you'd like Add a
rename(fileId: String)
method toOmhStorageClient
, and implement it at all storage providersDescribe alternatives you've considered N/A
Additional context N/A