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

feat: Store bucket name in URI authority #1219

Merged
merged 1 commit into from
Jul 20, 2023
Merged

feat: Store bucket name in URI authority #1219

merged 1 commit into from
Jul 20, 2023

Conversation

lbergelson
Copy link
Contributor

@lbergelson lbergelson commented Jul 14, 2023

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #1218 ☕️

@lbergelson lbergelson requested a review from a team as a code owner July 14, 2023 17:54
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Jul 14, 2023
@google-cla
Copy link

google-cla bot commented Jul 14, 2023

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage-nio API. label Jul 14, 2023
@lbergelson lbergelson changed the title Store bucket name in URI authority feat: Store bucket name in URI authority Jul 14, 2023
@conventional-commit-lint-gcf
Copy link

conventional-commit-lint-gcf bot commented Jul 14, 2023

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

Copy link
Collaborator

@BenWhitehead BenWhitehead left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution, and the new tests!

@BenWhitehead BenWhitehead added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 20, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jul 20, 2023
@BenWhitehead BenWhitehead merged commit 99179e8 into googleapis:main Jul 20, 2023
17 checks passed
@lbergelson
Copy link
Contributor Author

Great, thank you!

@lbergelson lbergelson deleted the bucket_uri_authority branch July 21, 2023 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage-nio API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CloudStorageFileSystem: java.net.URISyntaxException: Illegal character in hostname
3 participants