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

Objects do not seem to get deleted from external storage when threshold size is increased #561

Open
sheetalgulia opened this issue Apr 26, 2023 · 1 comment

Comments

@sheetalgulia
Copy link

When the minimum size threshold limit is changed like the default limit i.e. 10 kb is increased to 20 kb then objects with size between 10 to 20 kb will be pulled to the local storage. However, these objects do not seem to get deleted from external storage even though delete external is set to orphan cleanup or delete completely. Is it usual behavior that after pulling objects from external storage to the local storage the objects from the external storage won’t be deleted?

@danmarsden
Copy link
Member

Hi @sheetalgulia - that's correct, there isn't a process to delete externally hosted items when they are stored locally - it's not something we've built in support for - if this is something you would like to add feel free to send through a pull request but it's not likely to be something we'd add support for ourselves unless someone funded the development required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants