Data is not deleted from S3 after deleting the space (personal or project)
Describe the bug
setup https://github.com/opencloud-eu/opencloud-compose with
use COMPOSE_FILE=docker-compose.yml:storage/decomposeds3.yml:traefik/opencloud.ym
and minio see here how to setup https://github.com/opencloud-eu/qa/pull/70
Steps to reproduce
Project space:
- Create a project space with file
- Verify that the space and files is stored in the S3 bucket.
- Disable and delete space
- Verify that the space is deleted from S3.
Personal space:
- test user uploads files
- admin deletes test user
- Verify that users files are deleted from S3.
Expected behavior
The space with files inside is deleted.
Actual behavior
The space with files inside still exists in s3.
Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
OC_XXX=somevalue
OC_YYY=somevalue
PROXY_XXX=somevalue
Additional context
Add any other context about the problem here.
Did you purge the trash bin?
Did you purge the trash bin?
Yes, after purging the trash, the files are gone from s3. But if I delete the space -> the files still exist.
Ok. From my pov, the behavior is expected.