mirror of
				https://github.com/clearml/clearml
				synced 2025-06-26 18:16:07 +00:00 
			
		
		
		
	Remove subdir path from bucket url (#1117)
This commit is contained in:
		
							parent
							
								
									8a834af777
								
							
						
					
					
						commit
						a8ec1076da
					
				@ -894,7 +894,7 @@ class _GoogleCloudStorageDriver(_Driver):
 | 
			
		||||
        obj.download_to_filename(str(p))
 | 
			
		||||
 | 
			
		||||
    def test_upload(self, test_path, config, **_):
 | 
			
		||||
        bucket_url = str(furl(scheme=self.scheme, netloc=config.bucket, path=config.subdir))
 | 
			
		||||
        bucket_url = str(furl(scheme=self.scheme, netloc=config.bucket))
 | 
			
		||||
        bucket = self.get_container(container_name=bucket_url, config=config).bucket
 | 
			
		||||
 | 
			
		||||
        test_obj = bucket
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user