Skip to content

Commit

Permalink
Fixes multipart script failure due to s3cmd tool
Browse files Browse the repository at this point in the history
Signed-off-by: Uday Kurundwade <[email protected]>
  • Loading branch information
udaysk23 committed Jun 11, 2024
1 parent 4cd7593 commit 0f1ccf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/functional/object/rgw/test_multipart_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def test_multipart_upload_operations(
logger.info(
"Downloading the completed multipart object from the RGW bucket to the awscli pod"
)
awscli_pod_session.exec_sh_cmd_on_pod(command="apk add s3cmd")
download_objects_using_s3cmd(
awscli_pod_session, object_path + "/" + key, res_dir, bucket
)
Expand Down

0 comments on commit 0f1ccf2

Please sign in to comment.