Ghoul-SSZ commented on code in PR #41304:
URL: https://github.com/apache/airflow/pull/41304#discussion_r1715920718
##########
airflow/providers/amazon/aws/transfers/dynamodb_to_s3.py:
##########
@@ -84,15 +84,20 @@ class DynamoDBToS3Operator(AwsToAwsBaseOperator):
:param dynamodb_table_name: Dynamodb table to replicate data from
:param s3_bucket_name: S3 bucket to replicate data to
+ :param s3_bucket_owner: The ID of the Amazon Web Services account that
owns the bucket the export will be stored in.
Review Comment:
sounds good! made the change
--
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]