Skip to content

fix backups list: include region in backup urls#13231

Open
Pranav2612000 wants to merge 1 commit into
apple:mainfrom
Pranav2612000:fix/add-region-in-backup-url-on-list
Open

fix backups list: include region in backup urls#13231
Pranav2612000 wants to merge 1 commit into
apple:mainfrom
Pranav2612000:fix/add-region-in-backup-url-on-list

Conversation

@Pranav2612000
Copy link
Copy Markdown

What does this PR do?

  • Includes the region param in the backup urls returned on running backup list

Why do we need this change?

Copy link
Copy Markdown
Contributor

@saintstack saintstack left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks right. Are there other places in

params.append("region=");
params.append(region);
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Formatting seems odd here (tabs vs spaces?). Is there a unit test for this method that you could add too? Otherwise looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug fdbbackup list: using list on a s3 blob store url generates incorrect url

2 participants