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

Using in place of FileField #61

Closed
ckcollab opened this issue Dec 20, 2015 · 1 comment
Closed

Using in place of FileField #61

ckcollab opened this issue Dec 20, 2015 · 1 comment

Comments

@ckcollab
Copy link

Hey there, thanks for making this!

I am a little confused on usage, is there anything special you have to do to use this field as a regular file field? I replaced a FileField with this S3 direct field but it gives a URL back when I do field.file and that fails when I try to do normal file type interactions? Do I have to download the file manually to interact with it?

@bradleyg
Copy link
Owner

Hey there, unfortunately s3direct is built around URLField, so yes, for the time being you would need to download the file manually.

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