Uploading blob file to Amazon s3

后端 未结 2 1857
被撕碎了的回忆
被撕碎了的回忆 2021-01-05 10:58

I am using ngCropImage to crop an image and want to upload it following this link:

NgCropImage directive is returning me dataURI of the image and I am converting it

2条回答
  •  难免孤独
    2021-01-05 11:37

    It is not advisable that you do to put the key

    secretAccessKey: $.trim($scope.creds.secret_key)

    on the client side ... That is not done !, anyone can manipulate your bucket at will.

提交回复
热议问题