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
- snmp
- c3 축 가리기
- grafana dashboard
- 백준
- c3 second
- 1697
- gcc 업데이트
- c++ 정규식
- selinux port 등록
- linux시간으로 변경
- c3 초
- c3 축 없애기
- python subprocess
- telegraf
- python os
- python popen
- influxdb 설치
- InfluxDB
- snmp test
- gcc regex
- regex_search
- 정규식 컴파일
- semanage
- CentOS7
- g++ 업데이트
- centos pyhon 설치
- subporcess path
- 정규식 활용
- c3 step graph
- 정규식 문자열 출력
Archives
- Today
- Total
리셋 되지 말자
[CSAPI] boto3 관련 스크랩 본문
django file form 업로드 시, 바로 s3로 저장
s3.upload_file 대신 s3.upload_fileobj 사용
head object 와 botocore 를 사용한 버킷 오브젝트 검색 및 예외처리
import boto3
from botocore.errorfactory import ClientError
s3 = boto3.client('s3')
try:
s3.head_object(Bucket='bucket_name', Key='file_path')
except ClientError:
# Not found
pass
https://stackoverflow.com/questions/33842944/check-if-a-key-exists-in-a-bucket-in-s3-using-boto3
https://stackoverflow.com/questions/33842944/check-if-a-key-exists-in-a-bucket-in-s3-using-boto3
'프로젝트' 카테고리의 다른 글
celery 분리 구성 [2] (0) | 2021.12.15 |
---|---|
celery 분리 구성 [1] (0) | 2021.12.15 |
[CSAPI] django 코드작성 및 이미지 생성 (0) | 2021.12.10 |
[CSAPI] nginx 코드작성 및 이미지 생성 (0) | 2021.12.10 |
[CSAPI] s3 endpoint 추가 (0) | 2021.12.01 |
Comments