Securing ClickOnce hosting at Amazon S3 -


I'm hosting my click-on deployment with Amazon S3. How can I (or restrict) my users (network)? I wanted to see if I can restrict it by IP but do not do this with Amazon S3. Any recommendations? My users are all on the Windows domain.

Consider CloudFront's private content feature. Not only will you be able to provide your content more efficiently in many geographic locations but this will allow you to restrict access by IP. More information in our


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -