Setting up bucket's name placed domain-style (bucket.s3.amazonaws.com) with Rails and Paperclip

后端 未结 3 1398
深忆病人
深忆病人 2021-01-08 00:24

Paperclip doc about url options:

You can choose to have the bucket\'s name placed domain-style (bucket.s3.amazonaws.com) or path-style (s3.amazonaws.c

3条回答
  •  暖寄归人
    2021-01-08 01:10

    If you bucket name is DNS compatible then you can create url .s3.amazonaws.com/object....

    but if it is not DNS compatible then you can not create as you want.

    Thanks

提交回复
热议问题