Skip to content

Commit 43e180f

Browse files
s3_handler updates
1 parent ab71790 commit 43e180f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ObjectStores/s3_handler.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,7 @@ def deletedir(self, bucket_name):
147147

148148

149149
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-
150+
# Return object names that match the given pattern
155151

156152

157153
return self._error_messages('not_implemented')

0 commit comments

Comments
 (0)