Bundle cache on AWS S3

I proposed to use a snippet to put bundle cache on AWS S3.
Benefits we get:

Sam, what do you think?

Why S3 ? We can store the cache on the bare metal machine if needed outside the docker container, no reason to go all the way to S3 here

(btw upped your trust level so you can invite - also if you @mention us we get an email about the topic)

Thanks!

I copied the implementation from the Travis CI and they use S3.
But actually, using the bare metal machine file system is even better.