JuliaCloud / AWS.jl

Julia interface to AWS
MIT License
159 stars 62 forks source link

Enable streaming upload in S3 : put_object #658

Open oconnore opened 1 year ago

oconnore commented 1 year ago

There were two problems:

1) Request did not allow an IO 2) Signing did not permit an unsigned payload (https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-header-based-auth.html)