Use system proxy with S3
See original GitHub issueIt seems that I am hitting this limitation in dot net core when I try any sleet commands with S3
We have a proxy which windows knows about and which I can make use of when using .net framework, by simply adding:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<defaultProxy useDefaultCredentials="true"></defaultProxy>
</system.net>
</configuration>
to the app.config file. This doesn’t seem to be supported by .net core though I expect there is a workaround. Any ideas if it should just work with proxies by default?
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Use an HTTP proxy - AWS Command Line Interface
To access AWS through proxy servers, you can configure the HTTP_PROXY and HTTPS_PROXY environment variables with either the DNS domain names or IP...
Read more >Connecting to Amazon S3 via Proxy Server
S3.AmazonS3Config $config.ProxyHost = "whatever". Here's some documentation on what ... Then, use that config when creating your connection.
Read more >S3-Proxy
Documentation website for S3-Proxy. ... Take a look on this project: s3-proxy-interfaces. Provided interfaces in the project are really simple and based on ......
Read more >How do I create a proxy for an s3 bucket? : r/aws
I want an out of the box Windows Server backup software that can backup to S3 via a proxy without setting up a...
Read more >Proxy Support for the AWS S3 Beat
A proxy allows you to securely fetch logs from the AWS S3 Beat without exposing the Open Collector virtual machine directly to the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Released in https://www.nuget.org/packages/Sleet/2.3.79
No change as far as I can tell. I have an idea how to fix it but will need more testing first