-
Notifications
You must be signed in to change notification settings - Fork 563
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
feat: location inverse control in bucket name prefix #186
feat: location inverse control in bucket name prefix #186
Conversation
Could we have this merged please? |
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
@bharathkkb Hey, please could you check this out? PR has was marked as stale and I start to worry this change won't be addressed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an upgrade doc for this breaking change.
f2c9cb9
to
f719236
Compare
@g-awmalik Added upgrade doc and rebase everything on the latest upstream master. Let me know if there's anything else you can think of. |
f719236
to
be55023
Compare
Sorry I should've been more clear. This change will go in v4.0 so we'll need a new doc |
be55023
to
ce94205
Compare
@g-awmalik Done. |
ce94205
to
479c51b
Compare
@Tensho |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Right now the bucket location always appears in the name. It would be nice to have full control over prefix via respective input variable. Moreover, I'd prefer to have the same for suffix too (there is already example described in
example
folder). But let's have incremental changes and dedicate this one to location in prefix exclusively.This change introduces a contract change, ergo it's a breaking change. Major version release is required according to the semver.
Before
You get the location in the bucket name.
After