users can not rename or delete objects in bucket
MinIO users can't delete or rename objects in their respective buckets.
This also (most likely) prohibits users to use sync programs like freefilesync
that create .tmp
files before creating the final file (and subsequently deleting the .tmp
file).
Even the MinIO-Admin
https://chrisguitarguy.com/2023/02/01/aws-transfer-sftp-rename-fails-with-permission-denied/
MinIO does not support sftp rename
, which is called by the syncing program.
https://min.io/docs/minio/kubernetes/upstream/developers/file-transfer-protocol.html#:~:text=Supported%20Commands,for%20accessing%20Tenants.
Edited by Joost Hemmen