You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2023. It is now read-only.
I want to delete some versions from our Pypi repo. Our repo is hosted on S3.
When I delete it from WebUI using admin credentials, It deletes the package from WebUI for sometime and the package reappears magically again after sometime. I checked the object still exists in S3 after deleting from WebUI.
Do we need to do something special to delete packages from Pypi (and s3 eventually) or is it a bug?
The text was updated successfully, but these errors were encountered:
saurabtanej
changed the title
Deleting library version from webui as admin is not deleting from s3
Deleting package version from webui as admin is not deleting from s3
Sep 13, 2018
This is more a question for the main repo, as it doesn't have anything to do with docker.
That behavior shouldn't be happening. If I had to guess, I'd say that maybe your AWS credentials don't have delete access on the S3 bucket. I'd recommend checking the logs when you delete a package to see if there are any exceptions.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to delete some versions from our Pypi repo. Our repo is hosted on S3.
When I delete it from WebUI using admin credentials, It deletes the package from WebUI for sometime and the package reappears magically again after sometime. I checked the object still exists in S3 after deleting from WebUI.
Do we need to do something special to delete packages from Pypi (and s3 eventually) or is it a bug?
The text was updated successfully, but these errors were encountered: