Skip to content

Commit

Permalink
Remove todo re bucket_name decorator in s3 hook (apache#40485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstandish authored Jun 28, 2024
1 parent bbfeee4 commit 8d5dbaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion airflow/providers/amazon/aws/hooks/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def provide_bucket_name(func: Callable) -> Callable:
"Decorator provide_bucket_name should only wrap a function with param 'bucket_name'."
)

# todo: raise immediately if func has no bucket_name arg
async def maybe_add_bucket_name(*args, **kwargs):
bound_args = function_signature.bind(*args, **kwargs)

Expand Down

0 comments on commit 8d5dbaa

Please sign in to comment.