Skip to content

Conversation

@Choi-JJunho
Copy link
Member

안드로이드의 presignedUrl의 경로에 대응하기위해 https:// 프로토콜 path를 추가해줌
이로 인해 기존에 사용하던 file upload에 대해서도 https://가 추가됨

프론트엔드에서 해당 파일 업로드 API가 얼마나 남았는지 확인하기 어렵다고 하여 기존에 사용하던 방식에 대한 file upload API는 기존 방식으로 유지하는 방향으로 fix한다.
image

@Choi-JJunho Choi-JJunho added the bug Something isn't working label Mar 3, 2024
@Choi-JJunho Choi-JJunho self-assigned this Mar 3, 2024
uploadFileFullPath.unixValue(), new Date());

UploadFileLocation uploadFileLocation = UploadFileLocation.of(domainUrlPrefix, uploadFileFullPath);
UploadFileLocation uploadFileLocation = UploadFileLocation.of(HTTPS_PROTOCOL + domainUrlPrefix,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 부분에 추가

@Choi-JJunho Choi-JJunho merged commit 69c150f into production Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants