반응형
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 |
Tags
- 퍼이썬
- 용량
- IQN
- reverse-proxy
- docker
- modelfile
- nginx-proxy
- 파이썬
- HuggingFace
- 핍
- path-style
- error
- Save
- daemon.json
- LLM
- 패키지
- python3
- Volumes
- 리눅스
- Linux
- ollama
- 버전
- virtual-hosted-style
- FileSystemError
- pip3 upgrade
- AI
- python pip
- Python
- GGUF
- capacity
Archives
- Today
- Total
chargingport
S3 Path-Style vs Virtual-Hosted-Style 본문
반응형
"Path-Style Requests" [구]
S3 예시:
https://s3.region-code.amazonaws.com/bucket-name/key-name
https://s3.ap-northeast-2.amazonaws.com/wooBucket/image.png
"Virtual-Hosted-Style Requests" [신]
S3 예시:
https://bucket-name.s3.region-code.amazonaws.com/key-name
https://wooBucket.s3.ap-northeast-2.amazonaws.com/image.png
참고: https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html
반응형
'NOTES > STORAGE' 카테고리의 다른 글
iSCSI 세션 제거 (0) | 2023.09.05 |
---|