-
Notifications
You must be signed in to change notification settings - Fork 2
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
[하윤지] 4, 5주차 과제 - complete #32
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
과제 리뷰 완료
항상 빠르게 과제 완료해주시는 윤지님!
덕분에 저도 열심히 강의자료를 준비하게 되는 것 같아요.
이번 주차도 수고 많으셨습니다😊
## 📖4주차 심화 과제 | ||
1. ACM 인증서 발급 | ||
2. 로드 밸런서 리스너 편집 및 추가를 통해 http접속 시 https로 리다이렉트 적용 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
심화과제도 해온 당신...🫰 정말 멋져.
## ✌️과제 인증 | ||
https://drive.google.com/file/d/1lqdPPQWXkG8bn_cXgfI8LcKdKHSTq8De/view?usp=sharing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
너무 멋지고...그저 멋질 뿐...수고했어요🫶
amazonS3.putObject(bucketName, file.getOriginalFilename(), file.getInputStream(), null); | ||
|
||
//업로드한 객체에 대해 ACL 설정 | ||
amazonS3.setObjectAcl(bucketName, file.getOriginalFilename(), CannedAccessControlList.PublicRead); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PublicRead
로 Access 설정해준 것 아주 좋아요!
|
||
|
||
## ✌️과제 인증 | ||
https://drive.google.com/file/d/1ZP0zgfgus9n5NOU51p686daHZSkrR84E/view?usp=sharing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
사진 너무 귀엽자나.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
피드백 남겨주셔서 감사합니다>< 늘 알찬 강의 준비해오는 혜승이도 짱짱
제출 상태
help