Michael Penkov

Results 254 comments of Michael Penkov

@snabar I'm thinking of a reason to implement this, but I'm unsure if it's worth it. What's the benefit of writing via HTTP POST instead of going via boto3? In...

The use case is you want someone to upload a file directly to your bucket, but you don't want to give them credentials.

It'd be good if we can avoid adding more options. Can you think of a logical way to handle this? Why don't we just perform all the compression/decompression on our...

That, and you can also perform the import inside the actual function instead at module scope.

Thank you for the detailed report. I'm still unsure about what's happening here. The biggest mystery for me is: - You're uploading a file, so smart_open should be writing, **but**...

What is the stack trace when you kill the process? What part is it getting stuck on?

Yeah, that _is_ weird. Are you able to step through with a debugger to see where the problem is?

Not sure there's much we (smart_open) can do here at the moment. There _could_ be a bug in smart_open, one of its dependencies (that read GCS, S3, Azura, SFTP, etc)...

Thank you for pointing out the problem. Are you interested in making a PR?