charlesyc commented on issue #1322: list_container_objects doesn't work for Azure blob storage under python 2.7.5 URL: https://github.com/apache/libcloud/issues/1322#issuecomment-515513587 Hi @c-w : I think you can reproduce the error by following steps: 1. Pull and run RHEL UBI image (which is RHEL 7.6): ``` docker pull registry.access.redhat.com/ubi7/ubi docker run -it registry.access.redhat.com/ubi7/ubi ``` 2. Install `python-requests` rpm package inside the container: ``` yum install python-requests -y ``` 3. Install pip and libcloud: ``` curl -O https://bootstrap.pypa.io/get-pip.py pip install apache-libcloud ``` 4. Run the python code in my original post. Since I am at home, I cannot access to my Azure credentials. Please let me know your result, thanks!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
