Skip to content

Commit

Permalink
Increase width of execution_date input in trigger.html (apache#36278)
Browse files Browse the repository at this point in the history
  • Loading branch information
HurSungYun authored and samezapple committed Dec 19, 2023
1 parent 0858a88 commit 3e3449c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/hooks/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ def copy_object(

copy_source = {"Bucket": source_bucket_name, "Key": source_bucket_key, "VersionId": source_version_id}
response = self.get_conn().copy_object(
Bucket=dest_bucket_name, Key=dest_bucket_key, CopySource=copy_source, ACL=acl_policy
Bucket=dest_bucket_name, Key=dest_bucket_key, CopySource=copy_source, ACL=acl_policy, **kwargs
)
return response

Expand Down

0 comments on commit 3e3449c

Please sign in to comment.