Plakar refuses to create a store if the directory is not empty:
plakar at @minio create -plaintext
plakar: bucket already initialized
When hosting the store on a S3 bucket with object locking enabled, we should also check for deleted files.
Right now, the following can happen:
- user creates a store
- user removes all the files from the bucket
- user created a second store
- user accidentally removes some files
- user wants to recover the files to a previous version: there is no way to know if these files are from the first store or the second one
Plakar refuses to create a store if the directory is not empty:
When hosting the store on a S3 bucket with object locking enabled, we should also check for deleted files.
Right now, the following can happen: