ratty-blush
ratty-blush•3y ago

Uploading screenshot to aws

I am trying to upload screenshot to AWS and also using proxy server. Will uploading process consume any bandwidth of proxy servers?
3 Replies
Lukas Krivka
Lukas Krivka•3y ago
Yes it will. I would recommend not using proxy for the upload.
ratty-blush
ratty-blushOP•3y ago
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?
Lukas Krivka
Lukas Krivka•3y ago
It will save traffic but you cannot revert hash back so it won't be an image anymore 🙂

Did you find this page helpful?