Easy way to setup assetbundle server for testing

Hi, ive been trying to setup an easy way to host my assetbundles to test downloading them on my device.
I have tested with just having them on my local machine, but would like to actually test downloading them through a network on a device.
I tried windows iis and dropbox but neither of them really worked.
I was wondering if anybody knows an easy way to setup somewhere where i can host the assetbundles for testing?
It wont be for my final product but just something simple that I can setup and test with.
Thanks

(PS the thread search wasint working so sorry if something like this has already been covered)

You can use any cloud hosting provider, for example: Amazon S3
I think they have a free trial, so you don’t even have to pay for anything.

Thanks for the reply, I ended up using xampp to setup and apache server on my machine.
Worked perfectly.