Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread Omkar Parab
Set your bucket access and permission to Public. On Wed, Sep 9, 2020, 1:48 PM hans alexander wrote: > I tried to put > > AWS_QUERYSTRING_AUTH = False > AWS_S3_BUCKET_AUTH = False > > on settings.py, > > it didn't work. > > Thanks. > > > On Wed, Sep 9, 2020 at 3:16 PM hans alexander wrote: > >>

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread hans alexander
I tried to put AWS_QUERYSTRING_AUTH = False AWS_S3_BUCKET_AUTH = False on settings.py, it didn't work. Thanks. On Wed, Sep 9, 2020 at 3:16 PM hans alexander wrote: > I see on this link >> > > > https://stackoverflow.com/questions/63096379/django-ckeditor-upload-image-link-expires-after-some

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread hans alexander
> > I see on this link > https://stackoverflow.com/questions/63096379/django-ckeditor-upload-image-link-expires-after-some-hours Has no solution yet. He got the same problem as me. I'm currently still trying to find solution, tinkering aws s3 settings to set the expired time. Any suggestions wo

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-08 Thread Anil pawar
That means whatever link is generated is not functioning. Try to check the image file permission on the server OR open that link in a new browser tab and check what response you are getting from the server. and make sure the image URL is correct. On Wed, Sep 9, 2020 at 10:15 AM hans alexander wro

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-08 Thread hans alexander
I checked the file on my bucket, it's there. But somehow the link is not working. On Wed, Sep 9, 2020 at 1:13 PM hans alexander wrote: > I don't know what happened. > Need solution for this. > > [image: image.png] > [image: image.png] > > Any solutions would be appreciated. Thanks > -- You rec

Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-08 Thread hans alexander
I don't know what happened. Need solution for this. [image: image.png] [image: image.png] Any solutions would be appreciated. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from