halvin shen

Results 1 comments of halvin shen

@DroidUnknown You can use a nginx to get s3 file url by proxy, like this ``` location ~ ^\/(s3file){ proxy_passhttps://s3xxx.amazonaws.com/ ; proxy_set_header X-Real-IP $remote_addr; client_max_body_size 100m; } ``` then set...