아미(아름다운미소)

s3디버깅 본문

카테고리 없음

s3디버깅

유키공 2025. 4. 24. 14:48
try:
    s3.put_object(...)
except Exception as e:
    print(f"Error: {e.response['Error']['Code']}")  # AccessDenied, KMS.Disabled 등
Comments