diff --git a/tasks/benchmark.rake b/tasks/benchmark.rake index 9f07266485e..8aad26eb015 100644 --- a/tasks/benchmark.rake +++ b/tasks/benchmark.rake @@ -9,6 +9,7 @@ end desc 'Upload/archive the benchmark report' task 'benchmark:archive' do $:.unshift("#{$GEMS_DIR}/aws-sdk-s3/lib") + $:.unshift("#{$GEMS_DIR}/aws-sdk-s3control/lib") $:.unshift("#{$GEMS_DIR}/aws-sdk-kms/lib") require 'aws-sdk-s3' require 'securerandom'