Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/connect s3 storage #41

Merged
merged 18 commits into from
Mar 20, 2024
Merged

Feature/connect s3 storage #41

merged 18 commits into from
Mar 20, 2024

Conversation

aohus
Copy link
Collaborator

@aohus aohus commented Jan 31, 2024

목표

S3 에 files 저장

할 일

  • S3 bucket 생성하고 접근 권한 관리
  • static, media file path를 S3로 연결
  • 웹서버(nginx)에서 static file, media file S3로 연결

close #42

@aohus aohus self-assigned this Jan 31, 2024
@aohus aohus added the type: known issue This issue/PR covers an issue we already know, but can't change immediately. label Jan 31, 2024
@aohus aohus requested a review from FlabKenneth January 31, 2024 04:18
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

1 Security Hotspot

See analysis details on SonarCloud

@aohus aohus changed the title add s3 storage library Feature/connect s3 storage Jan 31, 2024
@aohus aohus marked this pull request as ready for review January 31, 2024 16:08
@aohus aohus marked this pull request as draft January 31, 2024 16:18
* feat: init search api

* fix: development env

* feat: search logic

* feat: persistent connection option

* fix: conn max age

* fix: created to created_at and fix logger

* feat: create multiple gunicorn app

* fix: host port

* fix: container name

* fix: nginx port

* feat: add django-silk for test

* fix: directory 구조 변경

* fix: docker-compose version

* feat: add pagenation

* fix: remove sonarcloud and add swarm.yml
@aohus aohus removed the request for review from FlabKenneth March 20, 2024 07:44
@aohus aohus marked this pull request as ready for review March 20, 2024 07:51
@aohus aohus merged commit 5407ec4 into main Mar 20, 2024
2 checks passed
@aohus aohus deleted the feature/connect-s3-storage branch March 20, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: known issue This issue/PR covers an issue we already know, but can't change immediately.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

S3 storage에 static file, media file 저장하기
1 participant