Revision c370ec9b kamaki/cli/commands/pithos.py

b/kamaki/cli/commands/pithos.py
147 147

  
148 148
    @staticmethod
149 149
    def _is_dir(remote_dict):
150
        return 'application/directory' == remote_dict.get(
150
        return 'application/directory' in remote_dict.get(
151 151
            'content_type', remote_dict.get('content-type', ''))
152 152

  
153 153
    def _run(self):

Also available in: Unified diff