python-django-storages Questions
2
This error occurs when running Django 4.2.The Default: django.contrib.staticfiles.storage.StaticFilesStorage has been deprecated.
Barbarism asked 6/6, 2023 at 3:39
2
Solved
I am trying to use django-storages to access my "Hetzner" Storage Box (https://www.hetzner.com/storage/storage-box) using SFTP which should hold media data, i.e. image files which users o...
Bridwell asked 3/9, 2021 at 20:47
2
Solved
I have a Django form which saves a file to s3 through the django-storages library and works fine. How can I generate and return a pre-signed url so the user can access the file temporarily after it...
Masson asked 4/10, 2020 at 9:49
8
Solved
I'm trying to use Django's storages backend (for BotoS3)
settings.py:
INSTALLED_APPS = (
...
'storages',
...
)
as shown in http://django-storages.readthedocs.org/en/latest/index.html.
and, r...
Parricide asked 21/4, 2014 at 22:34
4
Solved
I am using AWS and I will have different buckets in my application. I am also using Django-Storages. Is there a way to specify which bucket I want to upload the file to (for example, as a parameter...
Munmro asked 2/5, 2012 at 18:5
2
Solved
Django-Storages provides an S3 file storage backend for Django. It lists
AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY as required settings. If I am using an AWS Instance Profile to provide S3 access...
Electricity asked 19/9, 2017 at 18:28
1
Solved
I want to use CloudFront's signed URLs rather than plain unsigned URLs.
django-storages gives the option of AWS_S3_CUSTOM_DOMAIN but then it generates unsigned URLs from CloudFront's subdomain. By...
Grunion asked 16/9, 2019 at 12:10
6
Solved
Hey so trying to connect my user uploaded images to my S3 bucket so the images will store there. Using django storages (did some research, seemed to be what everyone suggested, but open to ideas)
...
Bodywork asked 14/11, 2012 at 6:50
1
Solved
I have django 1.11 with latest django-storages, setup with S3 backend.
I am trying to programatically instantiate an ImageFile, using the AWS image link as a starting point. I cannot figure out ho...
Milium asked 30/5, 2018 at 16:38
5
I'm using django-storages with Amazon S3. I see the following error somewhat intermittently:
name = self._normalize_name(self._clean_name(name))\n\n File \"/app/.heroku/venv/lib/python2.7/site-pa...
Ledbetter asked 21/9, 2012 at 17:15
1
Solved
I can't figure out how to set up django-storages. All of the directions seem to be incomplete or something.
I've tried:
http://django-storages.readthedocs.org/en/latest/backends/amazon-S3.html
htt...
Brewery asked 17/8, 2013 at 5:41
1
Solved
We have an image uploader that uploads to AWS, using django-storages. Right now it sends images over http but we want it to use https.
Googling didn't help me find a way to configure django-stora...
Anytime asked 28/7, 2011 at 23:14
1
© 2022 - 2024 — McMap. All rights reserved.