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
This commit is contained in:
Pengju Jiao 2017-06-20 22:35:47 +08:00
parent 8879e781ad
commit 6211da5ceb
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ Related docs:
Amazon S3 REST API Introduction Amazon S3 REST API Introduction
* http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html * http://docs.aws.amazon.com/AmazonS3/latest/API/Welcome.html
The python client module that could be used is boto3 The python client module that could be used is botocore
* https://github.com/boto/boto3 * https://github.com/boto/botocore
Data model impact Data model impact
----------------- -----------------