From 6211da5cebc5757727024f55fbe5479dd48e7a2d Mon Sep 17 00:00:00 2001 From: Pengju Jiao Date: Tue, 20 Jun 2017 22:35:47 +0800 Subject: [PATCH] Use botocore instead of boto3 boto which is the old version of boto3 is already in the project requirements, it's used by ec2-api and some other projects, and they do not have plan to migrate boto to boto3 in pike. Add boto3 to requirements will make requirements have old and new library at the same time. So use botocore instead of boto3 in S3 driver. Change-Id: I777b2631b0014ba44e8fd2c409a168fd9a6ef3d2 --- specs/pike/approved/s3_driver_support.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/pike/approved/s3_driver_support.rst b/specs/pike/approved/s3_driver_support.rst index fb7d306..f522e99 100644 --- a/specs/pike/approved/s3_driver_support.rst +++ b/specs/pike/approved/s3_driver_support.rst @@ -51,8 +51,8 @@ Related docs: Amazon S3 REST API Introduction * http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html -The python client module that could be used is boto3 -* https://github.com/boto/boto3 +The python client module that could be used is botocore +* https://github.com/boto/botocore Data model impact -----------------