Skip to content

Commit 04852c2

Browse files
Tejas Ganesh Naikrlhagerm
authored andcommitted
making cred flow fixes and updating rust exs
1 parent aab3151 commit 04852c2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/sync-S3-KB.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: syncS3andKB
22
on:
33
push:
4-
branches: ["sync-S3-KB"] # Once merged, update branch name to main.
4+
branches: ["main"]
55
workflow_dispatch:
66
inputs:
77
sdk_name:
@@ -29,16 +29,16 @@ jobs:
2929
run_job_with_aws:
3030
runs-on: ubuntu-latest
3131
env:
32-
sdk_name: ${{ github.event.inputs.sdk_name || 'cpp' }}
32+
sdk_name: ${{ github.event.inputs.sdk_name || 'python' }}
3333

3434
steps:
3535
- name: Checkout
3636
uses: actions/checkout@v4
3737

3838
- name: Configure AWS Credentials
39-
uses: aws-actions/configure-aws-credentials@main # Or a specific version
39+
uses: aws-actions/configure-aws-credentials@v5
4040
with:
41-
role-to-assume: arn:aws:iam::358157044386:role/AWS_GITOIDC_Role # once merged, update trust policy of the role to point to main branch
41+
role-to-assume: ${{ secrets.AWS_ASSUME_ROLE }} # once merged, update trust policy of the role to point to main branch
4242
aws-region: us-west-2
4343

4444
- name: Set SDK and language mapping for S3

rustv1/premium-ex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
//Don't forget to add new line at the end of this file
33

44
## basics:
5-
/example_code/controltower
5+
/examples/lambda
66

77
## feature-scenario:
8-
/example_code/s3/scenarios/conditional_requests
8+
/examples/ec2
99

1010
## complex-feature-scenario:
11-
/example_code/medical-imaging/imaging_set_and_frames_workflow
11+

0 commit comments

Comments
 (0)