Skip to content

Commit

Permalink
Merge pull request #1118 from github/timrogers-patch-1
Browse files Browse the repository at this point in the history
Switch AWS S3 bucket used in Bitbucket Server integration tests
  • Loading branch information
timrogers authored Sep 29, 2023
2 parents a230694 + ec44d4b commit 166eb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OctoshiftCLI.IntegrationTests/BbsToGithub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed class BbsToGithub : IDisposable
{

private const string SSH_KEY_FILE = "ssh_key.pem";
private const string AWS_BUCKET_NAME = "github-dev";
private const string AWS_BUCKET_NAME = "octoshift-migration-archives";
private const string AWS_REGION = "us-east-1";

private readonly ITestOutputHelper _output;
Expand Down

0 comments on commit 166eb64

Please sign in to comment.