{"id":19014989,"url":"https://github.com/adfinis/django-presigned-url","last_synced_at":"2025-04-13T09:40:39.016Z","repository":{"id":249131704,"uuid":"830588937","full_name":"adfinis/django-presigned-url","owner":"adfinis","description":"Generate presigned urls for django","archived":false,"fork":false,"pushed_at":"2025-03-21T11:38:19.000Z","size":182,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T01:11:14.451Z","etag":null,"topics":["django","presigned-url","presignedurl","url"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adfinis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T15:00:31.000Z","updated_at":"2025-02-14T13:43:42.000Z","dependencies_parsed_at":"2024-07-18T19:04:15.825Z","dependency_job_id":"233c777e-f882-4a05-a4c7-3621a8baaf9e","html_url":"https://github.com/adfinis/django-presigned-url","commit_stats":null,"previous_names":["adfinis/django-presigned-url"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adfinis%2Fdjango-presigned-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adfinis%2Fdjango-presigned-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adfinis%2Fdjango-presigned-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adfinis%2Fdjango-presigned-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adfinis","download_url":"https://codeload.github.com/adfinis/django-presigned-url/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248693155,"owners_count":21146740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","presigned-url","presignedurl","url"],"created_at":"2024-11-08T19:34:38.198Z","updated_at":"2025-04-13T09:40:38.985Z","avatar_url":"https://github.com/adfinis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# django-presigned-url\n\nGenerate presigned urls for django.\n\n## Getting started\n\n### Installation\n\n**Requirements**\n- poetry\n\n### Usage\nInstall `django-presigned-urls` in your django project and import the relevant functions.\n\n```sh\npoetry add django_presigned_urls\n```\n\n```python\nfrom django_presigned_url.presign_urls import (\n    make_presigned_url,\n    verify_presigned_request,\n)\n\nmake_presigned_url(reverse(\"file-download\"), request)\nverify_presigned_request(reverse(\"file-download\"), request)\n```\n\n\n### Configuration\nYou can configure `django-presigned-urls` with your django settings.\n\n- `PRESIGNED_URL_LIFETIME`: how long the url is valid in seconds (default: 3600)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadfinis%2Fdjango-presigned-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadfinis%2Fdjango-presigned-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadfinis%2Fdjango-presigned-url/lists"}