Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mongodb 입출력
- TypeScript #문법
- CSS
- insertone
- expess
- e.target
- __dirname
- updateone
- GitHub Actions
- github#로컬저장소#원격저장소
- typescript #class #constructor #public #private #static #extends #protected #typeof #in #instanceof #never
- deserializeUser
- typescript #class #extends #public #private #protected #static
- ejs 문법
- git vscode
- updatemany
- github#githubpages#gh-pages#deploy
- github#githubpages#빈화면#basename
- typescript #constructor #class #public #private
- git#github#init#add#commit#restore#log#staging area#repository#git사용법
- serializeUser
- Promise #async #await #try #catch
- sendFile
- Passport
- typescript #unknown
- typescript #import #export #*
- connect-mongo
- typescript #react #jsx #component #usestate
- 정적 페이지
- react#로스트아크#mbti#테스트
Archives
- Today
- Total
목록CORS (1)
VaIice의 이야기

액세스 관리 - 사용자 한 AWS 계정에 많은 사람들이 접속해서 사용 가능 새로운 사용자 계정(하위계정)을 만드는 것 { "Version": "2012-10-17", "Statement": [ { "Sid": "1", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::자신의 버킷명/*" }, { "Sid": "2", "Effect": "..
[Node.js]
2024. 7. 19. 14:20