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
Hi, I have used the library before with no problem.
Now, I just installed the last version in a new project (directly from github) and I am having an issue with s3.
For some reason, using {% thumbnail entry.image "200x150" crop='center' as im %} does not return me the full s3 path of the image in "im"; It just returns the relative cache/... The funny thing is that it creates the image at s3 (I checked on my bucket) but it does not returns the path.
Do you know what could be the problem? I am using
class MediaRootS3BotoStorage(S3BotoStorage):
location = 'media'
in my settings to avoid problems that I have faced before.
thank you
The text was updated successfully, but these errors were encountered:
Hi, I have used the library before with no problem.
Now, I just installed the last version in a new project (directly from github) and I am having an issue with s3.
For some reason, using {% thumbnail entry.image "200x150" crop='center' as im %} does not return me the full s3 path of the image in "im"; It just returns the relative cache/... The funny thing is that it creates the image at s3 (I checked on my bucket) but it does not returns the path.
Do you know what could be the problem? I am using
class MediaRootS3BotoStorage(S3BotoStorage):
location = 'media'
in my settings to avoid problems that I have faced before.
thank you
The text was updated successfully, but these errors were encountered: