CA
afraid-scarlet
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
jolly-crimson•3y ago
Yes it will. I would recommend not using proxy for the upload.
afraid-scarletOP•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?
jolly-crimson•3y ago
It will save traffic but you cannot revert hash back so it won't be an image anymore 🙂