생성된 Presigned Url을 분석해보면 아래와 같은 구조로 이루어져있다.//Domain - S3 버킷 도메인, 리전https://test.s3.ap-northeast-2.amazonaws.com// Path - 파일 경로, 인코딩된 파일 명/file_name.mp4?// Query Parameters// S3 인증 알고리즘X-Amz-Algorithm=// 업로드 및 다운로드 시 콘텐츠 검사 설정X-Amz-Content-Sha256=// AccessKey, RequestDate, Region, Service, RequestType 순X-Amz-Credential=// 요청 생성 시각X-Amz-Date=// Url 유효 기간X-Amz-Expires=// 검증용 서명X-Amz-Signature=// 서명..