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

delete方法不起作用? #1

Closed
youngboy opened this issue May 22, 2014 · 1 comment
Closed

delete方法不起作用? #1

youngboy opened this issue May 22, 2014 · 1 comment

Comments

@youngboy
Copy link

我这里删除方法不能把七牛bucket的图片删除。。
发现可能是image.name出错,把url里已经有的media_root又加了一遍
把backends.Qiniustorage 的delete方法里面的:
name = self._normalize_name(self._clean_name(name))
改成
name = self._clean_name(name)
才能可以同步删除操作…
还是我错过了什么细节?

@glasslion
Copy link
Owner

Fixed in #2

glasslion pushed a commit that referenced this issue Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants