Revision 2dd4538b kamaki/cli/commands/image.py

b/kamaki/cli/commands/image.py
583 583
            try:
584 584
                meta_headers = pithos.upload_from_string(
585 585
                    meta_path, dumps(r, indent=2),
586
                    sharing=dict(read='*' if params.get('is_public') else ''),
586 587
                    container_info_cache=self.container_info_cache)
587 588
            except TypeError:
588 589
                self.error(

Also available in: Unified diff