There was an error while loading. Please reload this page.
1 parent ab71790 commit 43e180fCopy full SHA for 43e180f
ObjectStores/s3_handler.py
@@ -147,11 +147,7 @@ def deletedir(self, bucket_name):
147
148
149
def find(self, pattern, bucket_name=''):
150
- # Return object names that match the given file extension
151
-
152
- # If bucket_name is specified then search for objects in that bucket.
153
- # If bucket_name is empty then search all buckets
154
+ # Return object names that match the given pattern
155
156
157
return self._error_messages('not_implemented')
0 commit comments