AWS: how to fix S3 event replacing space with '+' sign in object key names in json

后端 未结 7 1379
名媛妹妹
名媛妹妹 2020-12-31 00:23

I have a lamba function to copy objects from bucket \'A\' to bucket \'B\', and everything was working fine, until and object with name \'New Text Document.txt\' was created

7条回答
  •  囚心锁ツ
    2020-12-31 00:48

    in ASP.Net has UrlDecode. The sample is below.

    HttpUtility.UrlDecode(s3entity.Object.Key, Encoding.UTF8)
    

提交回复
热议问题