docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 877 forks source link

set validate=False when calling boto get_bucket #1003

Open kirat-singh opened 9 years ago

kirat-singh commented 9 years ago

Hi folks,

By passing validate=False to boto get_bucket I can use a bucket where my account doesn't have permission to the root, but has permission to a sub path in which I'm storing the docker registry.

thanks much! -Kirat