Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] [0.14.1-indev] Deleting a user via API will not delete their files from S3 #192

Open
1 task done
tycrek opened this issue Dec 26, 2022 · 0 comments
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@tycrek
Copy link
Owner

tycrek commented Dec 26, 2022

Is there an existing Issue for this bug?

  • I have searched the existing issues

Expected behavior

Hosts have the option to store files on an S3 host. When the user deletes their file via the deletion URL, ass will delete from either local or S3, depending which was picked.

When deleting users via the new API introduced in 0.14.0, ass will delete all the files and data associated with this user.

Actual behavior

Right now it only does this locally. It should also delete from S3.

Steps to reproduce

  1. Run ass 0.14.1-* and use S3 storage
  2. Delete a user via the API
  3. The files still exist on S3

Logs (optional)

No response

ass version

0.14.1

Deployment

Manual

Operating system

Any

Node version

16

@tycrek tycrek added the bug Something isn't working label Dec 26, 2022
@tycrek tycrek self-assigned this Dec 26, 2022
tycrek added a commit that referenced this issue Dec 26, 2022
Files stored on S3 are currently NOT deleted. See #192 for more info.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant