We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7246a69 commit 4c20376Copy full SHA for 4c20376
lambdas/shared/tests/test_common/test_s3_utils.py
@@ -89,7 +89,7 @@ def test_move_file_outside_bucket_copies_then_deletes(self):
89
self.s3.get_object(Bucket=self.destination_bucket, Key=destination_key)
90
91
# Execute move across buckets
92
- aws_s3_utils.move_file_outside_bucket(
+ aws_s3_utils.move_file_to_external_bucket(
93
source_bucket=self.source_bucket,
94
source_key=source_key,
95
destination_bucket=self.destination_bucket,
0 commit comments