-
Notifications
You must be signed in to change notification settings - Fork 1k
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(storage transfer): Added samples for storage transfer #2059
Conversation
thiyaguk09
commented
Oct 22, 2024
•
edited
Loading
edited
- Add quickstart samples for sts
- Add nearline samples for sts
- Add posix and manifest samples for sts
- Add check latest transfer operation samples for sts
- Add transfer from posix samples for sts
- Add transfer between posix
- Add download to posix
- Add Event driven GCS
feat(storage transfer): Added samples for quick start and check latest transfer operation
feat(storage transfer): Added samples for manifest
feat(storage transfer): Added samples for transfer from posix
Here is the summary of changes. You are about to add 7 region tags.
This comment is generated by snippet-bot.
|
feat(storage transfer): Added samples for transfer between posix
added typehints
added samples and test cases for event driven GCS transfer
added samples and test cases for event driven GCS transfer
@bshaffer looks like bigtable is causing static analysis to fail. Any thoughts on mitigation? |
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.
I've made the necessary changes in 2248b46, so these tests are now passing.
In the future, please submit pull requests from feature branches, rather than from main
. For instance, you could create a branch named storage-transfer-samples
and submit the PR to main
from there.
Thank you!