Skip to content

Commit bf1b271

Browse files
authored
Merge pull request #251 from yousefmoazzam/replace-rusoto-with-aws-sdk
Replace rusoto crates with AWS SDK crates
2 parents b1dd81f + 50830b0 commit bf1b271

File tree

7 files changed

+1101
-274
lines changed

7 files changed

+1101
-274
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
AWS_ACCESS_KEY_ID=test
22
AWS_SECRET_ACCESS_KEY=test
3+
AWS_REGION=us-west-2
34
S3_ENDPOINT=http://localhost:4566
45
KAFKA_BROKERS=127.0.0.1:9092
56
DATABASE_URL=postgres://star:password@localhost:5642

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
args: --force cargo-audit
2727

2828
- name: Audit server
29-
run: cargo audit --deny warnings --ignore RUSTSEC-2022-0071 # includes exception for unmaintained rusoto crate, should be resolved by #134
29+
run: cargo audit --deny warnings
3030

3131
- name: Audit test client
3232
run: cargo audit --deny warnings

0 commit comments

Comments
 (0)