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

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies
javascript

Hi! I'm using the plugin, and it works great. There are some differences after migrating from `django-storages`. I had to add the bucket prefix to `AWS_S3_ENDPOINT_URL`: `https://.old.s3.url` instead of `https://old.s3.url`...