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
- regex_search
- c3 축 가리기
- semanage
- influxdb 설치
- python popen
- 정규식 컴파일
- gcc 업데이트
- gcc regex
- centos pyhon 설치
- 정규식 활용
- python os
- snmp
- c3 step graph
- linux시간으로 변경
- g++ 업데이트
- InfluxDB
- python subprocess
- subporcess path
- c++ 정규식
- 1697
- selinux port 등록
- 백준
- 정규식 문자열 출력
- c3 초
- telegraf
- c3 축 없애기
- grafana dashboard
- snmp test
- c3 second
- CentOS7
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