-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure accelerated endpoint in appsettings.json #656
Comments
UseAccelerateEndpoint isn't supported in appsettings.json yet. It will be added to our feature request list at https://github.com/aws/aws-sdk-net/blob/master/FEATURE_REQUESTS.md |
@vellozzi How can I set the config property when I add the services like this? services.AddDefaultAWSOptions(Configuration.GetAWSOptions());
services.AddAWSService<IAmazonS3>(); |
@normj Maybe you can answer my question above? |
As @vellozzi said we don't have support yet for setting
|
Feature request added to https://github.com/aws/aws-sdk-net/blob/master/FEATURE_REQUESTS.md . Closing this issue. |
I have tried to configure AWS to use the accelerated endpoint using
appsettings.json
with this syntax:But for instance the
GetPreSignedURL
does not return an URL that points to the accelerated endpoint. How can this be configured?Your Environment
.NET Core Info
dotnet --info
:The text was updated successfully, but these errors were encountered: