Skip to content
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

Allow specifying a bucket prefix in bbs2gh #1282

Open
romogo17 opened this issue Oct 10, 2024 · 0 comments
Open

Allow specifying a bucket prefix in bbs2gh #1282

romogo17 opened this issue Oct 10, 2024 · 0 comments

Comments

@romogo17
Copy link

Description

Right now, when migrating repositories from Bitbucket to GitHub, a blob storage provider is used as an intermediary step to upload the repository archive before GitHub imports it. This is provided by the --aws-bucket-name CLI argument.

However, all of the archives are uploaded to the root of the bucket. Since the archive names don't include any information about the projects and repository names, it's very difficult to know what project/repo a given archive maps to without (i) examining the logs, or (ii) downloading and examining the archives.

This issue is to request the addition of an optional CLI flag/argument to provide a bucket prefix (--aws-bucket-prefix). This would allow users to structure the archives in a way that makes more semantic sense as to what repo/project they were generated from or any other structure that makes sense (projects, repos, dates, etc)

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

No branches or pull requests

1 participant