You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently transitioned from using s3::list_input_paths (which leveraged aws s3 ls) to s3::list_bucket_objects (which leverages aws s3api list-objects).
Problem or idea
Tests need to be refactored in test_s3 to leverage s3::list_bucket_objects. As well, s3::list_input_paths should be remove from the s3 module.
The text was updated successfully, but these errors were encountered:
Context
We recently transitioned from using s3::list_input_paths (which leveraged
aws s3 ls
) to s3::list_bucket_objects (which leveragesaws s3api list-objects
).Problem or idea
Tests need to be refactored in
test_s3
to leverages3::list_bucket_objects
. As well,s3::list_input_paths
should be remove from thes3
module.The text was updated successfully, but these errors were encountered: