aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

update hosted files endpoint and remove S3 fallback #269

Closed rbbarad closed 1 year ago

rbbarad commented 1 year ago

Description of changes:

This change updates the file fetcher to pull hosted files from the new, IDE-owned endpoint. This also removes the S3 Fallback method used for the SDK-owned destinations, because the referenced endpoint is portable, and can be relocated. The previous URL fell back to an S3 bucket in case the CloudFront distribution was ever accidentally deleted - we wouldn't be able to re-create the same URL.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.