Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hey,

Hey,
I need some help with StorageManager;
So I have a minio bucket storing multiple images as objects in it.
For some reason, downloading the bucket using the download_folder gives me: ‘list is not implemented for http protocol’, is there any way I can use StorageManager to get my bucket of images?

  
  
Posted one year ago
Votes Newest

Answers 6


WickedElephant66 it should work, how exactly are you calling StorageManager?

  
  
Posted one year ago

A simple StorageManager.download_folder(‘url’)
My minio instance is hosted locally, so I'm providing an url like ‘ http://localhost:9000/bucket-name%E2%80%99

  
  
Posted one year ago

I'm good, David; hope you're good too :D
Thanks for the help! It worked :D

  
  
Posted one year ago

http://localhost:9000 http://localhost:9000/%3Cbucket%3E
My minio instance is hosted locally at the 9000 port.

  
  
Posted one year ago

Hey WickedElephant66 , can you share the url pattern?

  
  
Posted one year ago

hi WickedElephant66 how are u ?
could you try again providing " s3 ://localhost:9000/bucket-name" ?

  
  
Posted one year ago
530 Views
6 Answers
one year ago
one year ago
Tags