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
Hi! I'M Getting The Following Error When I Upload A Folder To Gcs Using Storagemanager, And Then Use Storagemanager To Download That Folder To Use In Another Application:

Hi! I'm getting the following error when I upload a folder to GCS using StorageManager, and then use StorageManager to download that folder to use in another application:

2022-01-07 12:47:34,697 - clearml.storage - ERROR - Could not download {gs_url}
n , err: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2570)

  
  
Posted 2 years ago
Votes Newest

Answers 7


Can I see a more complete log?

  
  
Posted 2 years ago

Nope, just downloading

  
  
Posted 2 years ago

not sure, I'm using GCS not S3. Is download_folder doing something different than downloading all files inside the folder?

  
  
Posted 2 years ago

the issue is with StorageManager.download_folder

  
  
Posted 2 years ago

If I download each file in the folder using StorageManager.get_local_copy(remote_url=gs_url) , it works OK

  
  
Posted 2 years ago

MagnificentSeaurchin79 how do you call download_folder ? Can you share an example?

  
  
Posted 2 years ago
591 Views
7 Answers
2 years ago
one year ago
Tags