

:type ex_prefix: ``str`` :return: A list of Object instances.

:type prefix: ``str`` :param ex_prefix: (Deprecated.) Filter objects starting with a prefix. :type container: :class:`` :param prefix: Filter objects starting with a prefix. def list_container_objects ( self, container, prefix = None, ex_prefix = None ): # type: (Container, Optional, Optional) -> List """ Return a list of objects for the given container. DEFAULT_CONTENT_TYPE = "application/octet-stream" """ Provides base classes for working with storage """ # Backward compatibility for Python 2.5 import errno import hashlib import os.path # pylint: disable-msg=W0404 import warnings from typing import Dict, List, Type, Iterator, Optional from os.path import join as pjoin import from 圓 import b, httplib from import BaseDriver, Connection, ConnectionUserAndKey from import LibcloudError from import ObjectDoesNotExistError _all_ = CHUNK_SIZE = 8096 # Default Content-Type which is sent when uploading an object if one is not # supplied and can't be detected when using non-strict mode. # See the License for the specific language governing permissions and # limitations under the License.
#ICOPY SIZE MISMATCH SOFTWARE#
You may obtain a copy of the License at # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License") you may not use this file except in compliance with # the License.

See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements.
