Code review comment for lp:~jaypipes/glance/bug713154

Revision history for this message
Jay Pipes (jaypipes) wrote :

> I could successfully upload and download images through glance-cli and the api
> with this code over http. There are a few things I would like to bring up:
>
> 1) The suggested s3_store_bucket value did not work for me. Amazon rejected it
> complaining about uppercase characters.

Fixed. Added a note in the docs and in the configuration file.

> 2) When I tried https (s3_store_host=http://s3.amazonaws.com), upload worked
> but download failed with the following exception: "UnsupportedBackend: No
> backend found for 's3+https'"

Fixed.

> 3) Are the packages going to be updated with the boto dependency?

Yes, though the larger question is how best to keep these kinds of things in-sync...

> 4) Can you update this doc page w/ s3 configuration?
> http://glance.openstack.org/configuring.html

Fixed.

Cheers,
jay

« Back to merge proposal