Code Monkey home page Code Monkey logo

Comments (8)

dscpinheiro avatar dscpinheiro commented on July 18, 2024

Do you have reproduction code you can share?

Version 3.7.301 of AWSSDK.Core added support for http_proxy and https_proxy (https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.2024.md#377200-2024-01-04-1956-utc), so if those environment variables are set they'll be automatically picked up by the SDK.

from aws-sdk-net.

Dattatreya-27 avatar Dattatreya-27 commented on July 18, 2024

Sharing the code library might not be possible but yea I will check the above release notes , please share any other suggestions you might have as the same code works in local with higher versions but only causes problem when on server might be some relation to weather server is on premise or not .

from aws-sdk-net.

dscpinheiro avatar dscpinheiro commented on July 18, 2024

Another thing you can try is verbose logging, that should give you more insights on what the SDK is trying to do:

AWSConfigs.LoggingConfig.LogTo = LoggingOptions.Console;
AWSConfigs.LoggingConfig.LogMetricsFormat = LogMetricsFormatOption.JSON;
AWSConfigs.LoggingConfig.LogResponses = ResponseLoggingOption.Always;
AWSConfigs.LoggingConfig.LogMetrics = true;

using var s3Client = new AmazonS3Client();
await s3Client.ListBucketsAsync();

from aws-sdk-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.