@model BTCPayServer.Storage.Services.Providers.AmazonS3Storage.Configuration.AmazonS3StorageConfiguration @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services, "Amazon S3 Storage"); }

@ViewData["PageTitle"]

@if (!ViewContext.ModelState.IsValid) {
}
Change Storage provider
@section Scripts { }