瀏覽代碼

Removing fixme comment

almahmoud 7 年之前
父節點
當前提交
b844909526
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      cloudbridge/cloud/providers/openstack/resources.py

+ 0 - 4
cloudbridge/cloud/providers/openstack/resources.py

@@ -1495,10 +1495,6 @@ class OpenStackBucketContainer(BaseBucketContainer):
     def get(self, name):
         """
         Retrieve a given object from this bucket.
-
-        FIXME: If multiple objects match the name as their name prefix,
-        all will be returned by the provider but this method will only
-        return the first element.
         """
         _, object_list = self._provider.swift.get_container(
             self.bucket.name, prefix=name)