mik-laj commented on a change in pull request #21785:
URL: https://github.com/apache/airflow/pull/21785#discussion_r817118879
##########
File path: airflow/providers/alibaba/cloud/hooks/oss.py
##########
@@ -269,6 +279,74 @@ def create_bucket(
self.log.error(e)
raise AirflowException(f"Errors when create bucket: {bucket_name}")
+ @provide_bucket_name
+ @unify_bucket_name_and_key
+ def append_string(self, bucket_name: Optional[str], content: str, key:
str, pos: int):
Review comment:
These new methods are not covered by tests.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]