Skip to content

Commit cf1c9b8

Browse files
committed
pathname
1 parent 7b7757f commit cf1c9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/filenameprocessor/src/file_name_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def handle_extended_attributes_file(
272272
FileStatus.PROCESSING,
273273
)
274274

275-
copy_file_outside_bucket(bucket_name, file_key, DPS_DESTINATION_BUCKET_NAME, f"archive/{file_key}")
275+
copy_file_outside_bucket(bucket_name, file_key, DPS_DESTINATION_BUCKET_NAME, file_key)
276276
is_file_in_bucket(DPS_DESTINATION_BUCKET_NAME, file_key)
277277
delete_file(DPS_DESTINATION_BUCKET_NAME, file_key)
278278

0 commit comments

Comments
 (0)