uac icon indicating copy to clipboard operation
uac copied to clipboard

add http put upload capability

Open rbcrwd opened this issue 1 year ago • 1 comments

An unauthenticated upload mechanism moves security concerns Elsewhere™, but if carefully implemented keeps the team from having to be in the secret-distribution business.

This is a nearly exact copy of the S3 presigned upload, with the distinction that it includes the name of the archive in the upload request (preventing having to specify a different URL per host).

rbcrwd avatar May 17 '24 19:05 rbcrwd

This is an RFC - we require this particular functionality, but can keep it to ourselves if preferred.

rbcrwd avatar May 17 '24 19:05 rbcrwd

Hi. Thanks for the updates. I would like to ask you to hold any code related to s3 transfers as I am about to commit uac v3 code in a few weeks, and uac v3 will have a generic http file transfer using either curl or wget. I think your collaboration will be better if you wait till the new code is pushed. I will let you know when it is available ok?

tclahr avatar May 20 '24 21:05 tclahr

Certainly, I have no concerns with that.

rbcrwd avatar May 20 '24 21:05 rbcrwd

Can you check the develop branch now that the new code has been pushed? Thanks!

tclahr avatar Jul 11 '24 10:07 tclahr

Thanks, at first glance although I don't appear to be able to simply reuse one of the existing upload mechanisms, I can at least reuse the new unified _http_transfer function to do what I need. I'll port this patch to that and we can go from there.

rbcrwd avatar Jul 12 '24 21:07 rbcrwd