You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see in pghoard transfer.py call to storage.store_file_object, which then calls multipart_upload_file_object it does not pass the size parameter. This causes Unknown to be used.
What happened?
For example the log:
S3Transfer Thread-30 INFO: Uploaded part 1 of Unknown
Whereas in earlier versions of pghoard, I would see the total number of parts to be uploaded. Is there a way to fix this up?
What did you expect to happen?
In earlier versions of pghoard, I would see the total number of parts to be uploaded.
What else do we need to know?
The text was updated successfully, but these errors were encountered: