김학진
@mildsalmon
흔치않고, 진귀하다.
2022년 04월 14일 · 2분 분량
Version - 3.3.0 1. airflow.providers.amazon.aws.hooks.s3A. 공식 DocumentB. Source Codea. Methodload_file @provide_bucket_name @unify_bucket_name_and_key def load_file( self, filename: Union[Path, str], key: str, bucket_name: Optional[str] = None, replace: bool = False, encrypt: bool = False, gzip: bool = False, acl_policy: Optional[str] = None, ) -> None: filename = str(filename) if not replace and …