|
462 | 462 | "BucketName": {
|
463 | 463 | "template": "${Bucket}"
|
464 | 464 | }
|
465 |
| - } |
| 465 | + }, |
| 466 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 467 | + }, |
| 468 | + { |
| 469 | + "action": "s3express:PutEncryptionConfiguration", |
| 470 | + "resource_mappings": { |
| 471 | + "BucketName": { |
| 472 | + "template": "${Bucket}" |
| 473 | + } |
| 474 | + }, |
| 475 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
466 | 476 | }
|
467 | 477 | ],
|
468 | 478 | "S3.DeleteBucketInventoryConfiguration": [
|
|
578 | 588 | "BucketName": {
|
579 | 589 | "template": "${Bucket}"
|
580 | 590 | }
|
581 |
| - } |
| 591 | + }, |
| 592 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 593 | + }, |
| 594 | + { |
| 595 | + "action": "s3express:GetEncryptionConfiguration", |
| 596 | + "resource_mappings": { |
| 597 | + "BucketName": { |
| 598 | + "template": "${Bucket}" |
| 599 | + } |
| 600 | + }, |
| 601 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
582 | 602 | }
|
583 | 603 | ],
|
584 | 604 | "S3.GetBucketInventoryConfiguration": [
|
|
608 | 628 | "BucketName": {
|
609 | 629 | "template": "${Bucket}"
|
610 | 630 | }
|
611 |
| - } |
| 631 | + }, |
| 632 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 633 | + }, |
| 634 | + { |
| 635 | + "action": "s3express:GetLifecycleConfiguration", |
| 636 | + "resource_mappings": { |
| 637 | + "BucketName": { |
| 638 | + "template": "${Bucket}" |
| 639 | + } |
| 640 | + }, |
| 641 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
612 | 642 | }
|
613 | 643 | ],
|
614 | 644 | "S3.GetBucketMetricsConfiguration": [
|
|
728 | 758 | "BucketName": {
|
729 | 759 | "template": "${Bucket}"
|
730 | 760 | }
|
731 |
| - } |
| 761 | + }, |
| 762 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 763 | + }, |
| 764 | + { |
| 765 | + "action": "s3express:PutEncryptionConfiguration", |
| 766 | + "resource_mappings": { |
| 767 | + "BucketName": { |
| 768 | + "template": "${Bucket}" |
| 769 | + } |
| 770 | + }, |
| 771 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
732 | 772 | }
|
733 | 773 | ],
|
734 | 774 | "S3.PutBucketInventoryConfiguration": [
|
|
758 | 798 | "BucketName": {
|
759 | 799 | "template": "${Bucket}"
|
760 | 800 | }
|
761 |
| - } |
| 801 | + }, |
| 802 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 803 | + }, |
| 804 | + { |
| 805 | + "action": "s3express:PutLifecycleConfiguration", |
| 806 | + "resource_mappings": { |
| 807 | + "BucketName": { |
| 808 | + "template": "${Bucket}" |
| 809 | + } |
| 810 | + }, |
| 811 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
762 | 812 | }
|
763 | 813 | ],
|
764 | 814 | "S3.PutBucketMetricsConfiguration": [
|
|
36851 | 36901 | "S3.CreateBucket": [
|
36852 | 36902 | {
|
36853 | 36903 | "action": "s3:CreateBucket",
|
| 36904 | + "resource_mappings": { |
| 36905 | + "BucketName": { |
| 36906 | + "template": "${Bucket}" |
| 36907 | + } |
| 36908 | + }, |
| 36909 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 36910 | + }, |
| 36911 | + { |
| 36912 | + "action": "s3express:CreateBucket", |
| 36913 | + "resource_mappings": { |
| 36914 | + "BucketName": { |
| 36915 | + "template": "${Bucket}" |
| 36916 | + } |
| 36917 | + }, |
| 36918 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
| 36919 | + } |
| 36920 | + ], |
| 36921 | + "S3.CreateSession": [ |
| 36922 | + { |
| 36923 | + "action": "s3express:CreateSession", |
36854 | 36924 | "resource_mappings": {
|
36855 | 36925 | "BucketName": {
|
36856 | 36926 | "template": "${Bucket}"
|
|
36865 | 36935 | "BucketName": {
|
36866 | 36936 | "template": "${Bucket}"
|
36867 | 36937 | }
|
36868 |
| - } |
| 36938 | + }, |
| 36939 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 36940 | + }, |
| 36941 | + { |
| 36942 | + "action": "s3express:DeleteBucket", |
| 36943 | + "resource_mappings": { |
| 36944 | + "BucketName": { |
| 36945 | + "template": "${Bucket}" |
| 36946 | + } |
| 36947 | + }, |
| 36948 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
36869 | 36949 | }
|
36870 | 36950 | ],
|
36871 | 36951 | "S3.DeleteBucketOwnershipControls": [
|
|
36885 | 36965 | "BucketName": {
|
36886 | 36966 | "template": "${Bucket}"
|
36887 | 36967 | }
|
36888 |
| - } |
| 36968 | + }, |
| 36969 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 36970 | + }, |
| 36971 | + { |
| 36972 | + "action": "s3express:DeleteBucketPolicy", |
| 36973 | + "resource_mappings": { |
| 36974 | + "BucketName": { |
| 36975 | + "template": "${Bucket}" |
| 36976 | + } |
| 36977 | + }, |
| 36978 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
36889 | 36979 | }
|
36890 | 36980 | ],
|
36891 | 36981 | "S3.DeleteBucketWebsite": [
|
|
36981 | 37071 | "BucketName": {
|
36982 | 37072 | "template": "${Bucket}"
|
36983 | 37073 | }
|
36984 |
| - } |
| 37074 | + }, |
| 37075 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 37076 | + }, |
| 37077 | + { |
| 37078 | + "action": "s3express:GetBucketPolicy", |
| 37079 | + "resource_mappings": { |
| 37080 | + "BucketName": { |
| 37081 | + "template": "${Bucket}" |
| 37082 | + } |
| 37083 | + }, |
| 37084 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
36985 | 37085 | }
|
36986 | 37086 | ],
|
36987 | 37087 | "S3.GetBucketPolicyStatus": [
|
|
37165 | 37265 | "BucketName": {
|
37166 | 37266 | "template": "${Bucket}"
|
37167 | 37267 | }
|
37168 |
| - } |
| 37268 | + }, |
| 37269 | + "notice": "Only applicable when the bucket name does not end with --x-s3" |
| 37270 | + }, |
| 37271 | + { |
| 37272 | + "action": "s3express:PutBucketPolicy", |
| 37273 | + "resource_mappings": { |
| 37274 | + "BucketName": { |
| 37275 | + "template": "${Bucket}" |
| 37276 | + } |
| 37277 | + }, |
| 37278 | + "notice": "Only applicable when the bucket name ends with --x-s3" |
37169 | 37279 | }
|
37170 | 37280 | ],
|
37171 | 37281 | "S3.PutBucketRequestPayment": [
|
@@ -168338,7 +168448,7 @@
|
168338 | 168448 | ],
|
168339 | 168449 | "S3.ListDirectoryBuckets": [
|
168340 | 168450 | {
|
168341 |
| - "action": "s3:ListAllMyBuckets", |
| 168451 | + "action": "s3express:ListAllMyDirectoryBuckets", |
168342 | 168452 | "undocumented": true,
|
168343 | 168453 | "resource_mappings": {}
|
168344 | 168454 | }
|
|
0 commit comments