S3 - Anonymous Upload - Key prefix

前端 未结 2 1555
鱼传尺愫
鱼传尺愫 2021-02-01 07:06

I am trying to understand exactly how to setup a bucket that is generally private but allows anonymous uploads with restrictions. The specific criteria are:

  • The bu
2条回答
  •  执念已碎
    2021-02-01 07:35

    I recently spent a bit of time figuring out the ins and outs of anonymous uploads to S3, and came across this question as well. I wrote about the solution that worked for ME in some length at:

    https://gist.github.com/jareware/d7a817a08e9eae51a7ea

    Basically you can achieve what you want to, except that authenticated requests for management won't work (or at least I'm not aware of a solution).

    I know this is an older question but just documenting it here in case it helps someone else.

提交回复
热议问题