question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use system proxy with S3

See original GitHub issue

It 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:closed
  • Created 5 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
emgartencommented, Feb 21, 2019
1reaction
mungojamcommented, Feb 21, 2019

No change as far as I can tell. I have an idea how to fix it but will need more testing first

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found