S3 서비스
예시 #1
버킷 생성
일반적인 프롬프트
Given a string bucket_name
and an AWS session object
Then Create a bucket with the given name
and return the bucket object if successful
otherwise return NonePython 프롬프트
"""
Given a string bucket_name
and an AWS session object
Then Create a bucket with the given name
and return the bucket object if successful
otherwise return None
"""예시 #2
버킷 리스트 가져오기
일반적인 프롬프트
Python 프롬프트
예시 #3
재귀적 삭제
일반적인 프롬프트
Python 프롬프트
예시 #4
버킷 존재 여부
일반적인 프롬프트
Python 프롬프트
Last updated