|
@@ -47,7 +47,7 @@ import com.amazonaws.services.s3.model.SSEAwsKeyManagementParams;
|
|
|
import com.amazonaws.services.s3.model.SSECustomerKey;
|
|
|
import com.amazonaws.services.s3.model.SelectObjectContentRequest;
|
|
|
import com.amazonaws.services.s3.model.UploadPartRequest;
|
|
|
-import org.apache.hadoop.thirdparty.com.google.common.base.Preconditions;
|
|
|
+import org.apache.hadoop.util.Preconditions;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
|
|
@@ -60,8 +60,8 @@ import org.apache.hadoop.fs.s3a.auth.delegation.EncryptionSecrets;
|
|
|
|
|
|
import static org.apache.commons.lang3.StringUtils.isNotEmpty;
|
|
|
import static org.apache.hadoop.fs.s3a.impl.InternalConstants.DEFAULT_UPLOAD_PART_COUNT_LIMIT;
|
|
|
-import static org.apache.hadoop.thirdparty.com.google.common.base.Preconditions.checkArgument;
|
|
|
-import static org.apache.hadoop.thirdparty.com.google.common.base.Preconditions.checkNotNull;
|
|
|
+import static org.apache.hadoop.util.Preconditions.checkArgument;
|
|
|
+import static org.apache.hadoop.util.Preconditions.checkNotNull;
|
|
|
|
|
|
/**
|
|
|
* The standard implementation of the request factory.
|