#Uploading screenshot to aws

1 messages · Page 1 of 1 (latest)

still tapir
#

I am trying to upload screenshot to AWS and also using proxy server. Will uploading process consume any bandwidth of proxy servers?

robust canyon
#

Yes it will. I would recommend not using proxy for the upload.

still tapir
#

I am extracting base64 images from website and then storing it by uploading it to s3 bucket. Instead of transfering base64 images can I create a hash string of base64 image which will reduce character size which by default will help in saving proxy bandwidth?