This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Commit abc8061
authored
feat: IAM signBlob retry and universe domain support (#1380)
* feat: IAM signBlob retries
* support universe domain and update tests
* update test credentials
* use ud signing bucket fixture1 parent 0cfddf4 commit abc8061Copy full SHA for abc8061
5 files changed
+92-8Lines changed: 92 additions & 8 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- google/cloud/storage
- tests
- system
- unit
Expand file treeCollapse file tree
Open diff view settings
Collapse file
google/cloud/storage/_signing.py
Copy file name to clipboardExpand all lines: google/cloud/storage/_signing.py+26-8Lines changed: 26 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
| 34 | + |
33 | 35 | |
34 | 36 | |
35 | 37 | |
| ||
271 | 273 | |
272 | 274 | |
273 | 275 | |
| 276 | + |
274 | 277 | |
275 | 278 | |
276 | 279 | |
| ||
384 | 387 | |
385 | 388 | |
386 | 389 | |
387 | | - |
| 390 | + |
| 391 | + |
| 392 | + |
388 | 393 | |
389 | 394 | |
390 | 395 | |
| ||
432 | 437 | |
433 | 438 | |
434 | 439 | |
| 440 | + |
435 | 441 | |
436 | 442 | |
437 | 443 | |
| ||
623 | 629 | |
624 | 630 | |
625 | 631 | |
626 | | - |
| 632 | + |
| 633 | + |
| 634 | + |
627 | 635 | |
628 | 636 | |
629 | 637 | |
| ||
647 | 655 | |
648 | 656 | |
649 | 657 | |
650 | | - |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
651 | 664 | |
652 | 665 | |
653 | 666 | |
| ||
669 | 682 | |
670 | 683 | |
671 | 684 | |
672 | | - |
673 | | - |
674 | | - |
| 685 | + |
675 | 686 | |
676 | 687 | |
677 | 688 | |
678 | 689 | |
679 | 690 | |
680 | | - |
681 | 691 | |
682 | | - |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
683 | 701 | |
684 | 702 | |
685 | 703 | |
|
Collapse file
google/cloud/storage/blob.py
Copy file name to clipboardExpand all lines: google/cloud/storage/blob.py+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
607 | 607 | |
608 | 608 | |
609 | 609 | |
| 610 | + |
| 611 | + |
| 612 | + |
610 | 613 | |
611 | 614 | |
612 | 615 | |
| ||
638 | 641 | |
639 | 642 | |
640 | 643 | |
| 644 | + |
641 | 645 | |
642 | 646 | |
643 | 647 | |
|
Collapse file
+30Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
384 | 384 | |
385 | 385 | |
386 | 386 | |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
| 391 | + |
| 392 | + |
| 393 | + |
| 394 | + |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
Collapse file
tests/system/test__signing.py
Copy file name to clipboardExpand all lines: tests/system/test__signing.py+29Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
287 | 287 | |
288 | 288 | |
289 | 289 | |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
| 299 | + |
| 300 | + |
| 301 | + |
| 302 | + |
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
290 | 319 | |
291 | 320 | |
292 | 321 | |
|
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
487 | 487 | |
488 | 488 | |
489 | 489 | |
| 490 | + |
| 491 | + |
490 | 492 | |
491 | 493 | |
492 | 494 | |
| ||
564 | 566 | |
565 | 567 | |
566 | 568 | |
| 569 | + |
567 | 570 | |
568 | 571 | |
569 | 572 | |
|
0 commit comments