django-s3direct icon indicating copy to clipboard operation
django-s3direct copied to clipboard

Directly upload files to S3 compatible services with Django.

Results 42 django-s3direct issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to implement this plugin locally using MinIO as a fake-s3 service. Everytime I try to upload a file I keep getting the following error from MinIO:...

Hello. I'm having an issue when uploading my video from the django admin. My IAM user has the `AmazonS3FullAccess` policy attached. I also tried creating a new user with the...

Closing out, if this is still an issue feel free to reopen. Thanks _Originally posted by @bradleyg in https://github.com/bradleyg/django-s3direct/issues/151#issuecomment-455873208_ SAME ISSUE OVER HERE Traceback (most recent call last): File "/home/ago/Desktop/test/maberrr/maberrvenv/lib/python3.8/site-packages/django/db/backends/utils.py",...

For people using this tool and developing it, I think it would make life easier if there is a documented way on how to mock s3, so there is no...

Hey Bradley, love the plugin. We're using it on a site and it's done magic for us. I only have a question-petition. Is there any way to add Cloudfront compatibility?...

Hi, After added the **AWS_S3_ENDPOINT_URL** into setting.py file, I am unable to access the **MEDIA** files. Below are AWS settings in settings.py file `AWS_S3_CUSTOM_DOMAIN = config('AWS_S3_CUSTOM_DOMAIN') AWS_ACCESS_KEY_ID = config('AWS_ACCESS_KEY_ID') AWS_SECRET_ACCESS_KEY...

When I implemented this amazing library it looked like this because of one thing! ![image](https://user-images.githubusercontent.com/32599041/102565464-31f92780-40e6-11eb-9819-e1b2a98e18f2.png) Because the widget div isn't taking the full width. The solution would be to add...

Hi! Is this library compatible with Transfer Acceleration? https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html

I'm getting an error where it says i'm exceeding the 100 character limit (only once i push to heroku, not in local). I tested and did find that if i...

I have raised a new issue cause the origin is not going to the s3 https://github.com/bradleyg/django-s3direct/issues/168#issuecomment-619361901 The same issue persists even after we did all of these S3 cors settings...