chore: 사진 조회 URL 만료를 300초로 상향 - #138
Merged
Merged
Conversation
발급 60초 뒤 URL 이 만료돼 목록을 열어둔 채 스크롤하면 이미지가 403 으로 깨졌다. 만료 자체는 비공개 버킷의 접근 통제 수단이라 없앨 수 없으므로, 화면 체류 시간을 감당할 만큼만 늘리고 배포에서 조정할 수 있게 뺀다.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
변경 내용
app.storage.download-url-ttl-seconds기본값 60 → 300DOWNLOAD_URL_TTL_SECONDS환경 변수로 재정의 가능하게 변경작업 목적
배포 서버에서 발급 60초 뒤 같은 URL 이
403 AccessDenied / Request has expired로 막히는 것을 실측했다. 목록을 열어둔 채 스크롤하거나 응답을 잠시 들고 있다가 렌더링하면 사진이 통째로 뜨지 않는다.테스트 방법
체크리스트
기타 사항