talk2rajasimman opened a new issue, #1843:
URL: https://github.com/apache/libcloud/issues/1843

   ## While Trying to upload file to s3 or Azure I getting this 
FileNotFoundError,
   
   We have functionality like continuously uploading file's to the cloud, For 
the 1st iteration for some files I am getting this issue, while in the second 
or 3rd iteration those files are able to upload, (tried absolute file path also 
)
   
   `[E 2023-01-12 10:19:58.949+00:00 mbl:405] U: Error when uploading 
/workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-09__+0000.mp4:
       Traceback (most recent call last):
         File "/workspace/mbl.py", line 390, in __upload_to_cloud
           self.libcloud_driver[str(cam_idx)].upload_object(
         File 
"/usr/local/lib/python3.8/dist-packages/libcloud/storage/drivers/azure_blobs.py",
 line 1025, in upload_object
           blob_size = os.stat(file_path).st_size
       FileNotFoundError: [Errno 2] No such file or directory: 
'/workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-09__+0000.mp4'
   [D 2023-01-12 10:20:00.069+00:00 mbl:400] U: Uploaded 
/workspace/cam_vids/to_upload/Camera_1__2023-01-12__10-19-27__+0000.jpg to 
azurebusket/Camera_1__2023-01-12__10-19-27__+0000.jpg`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to