I am trying to use an S3 bucket as a deployment location for an internal, auto-updating application's files. It is where I want to store new version's files. Since this is an internal application, I was hoping to have the URL be private, but to be able to access it using only a URL.
I was hoping to look into using third party auto-updating software, which means I can't use the Amazon API to access it.
Does anyone know a way to get a URL to a private bucket on S3?