-
Notifications
You must be signed in to change notification settings - Fork 59
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
Terminate app after upload send #101
Comments
I don't understand the problem at all, to be honest, but I'm Russian and I might try to help you if you email me a detailed problem description (possibly in Russian). This looks like a question rather than a bug report for me. BTW For Selectel I strongly suggest to set |
Does the backend actually re-authenticate now if the token is expired? That did not used to be the case. |
Uhm... Ok, I see that since 1.2.18 auth token is handled by swiftclient instead. So for now, I believe, At 1.2.17 the package was re-authenticating after |
@ivanscm contacted me over email and it seems that he was able to solve his issue. The problem was that after uploading a file, a python process (the Regarding my concern about the token lifetime: I'd suggest to leave it for now until someone else would raise this problem again (feel free to ping me), because I'm currently neither able to check the latest version nor I'm really interested in that. I think this can be closed. |
model
photo = models.ImageField(upload_to='')
and form
photo = forms.ImageField()
and view
file success upload, db row add, app terminate moment
windows 7x64
django-storage-swift==1.2.18
python 3.6.
The text was updated successfully, but these errors were encountered: