Page MenuHomePhabricator

[blob-service] Minor AWS cleanups
ClosedPublic

Authored by bartek on Aug 26 2023, 12:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 5:01 PM
Unknown Object (File)
Sep 28 2024, 3:05 PM
Unknown Object (File)
Sep 27 2024, 11:26 PM
Unknown Object (File)
Sep 27 2024, 11:26 PM
Unknown Object (File)
Sep 27 2024, 11:26 PM
Unknown Object (File)
Sep 27 2024, 11:26 PM
Unknown Object (File)
Sep 27 2024, 11:20 PM
Unknown Object (File)
Sep 25 2024, 5:46 PM
Subscribers

Details

Summary

By the way of D8959, performed some minor cleanups in blob codebase.

  1. Recently noticed that aws_sdk_{dynamodb,s3}::Client already have Arc inside, so we don't need to wrap it with Arc again.
  1. Also deleted unnecessary aws_types dependency. The type we're using is already included in aws_client. > It probably wasn't in the past and that's why it was added, but now it's not needed anymore.

Plus some very minor fixes to fix Clippy warns.

Depends on D8959

Test Plan

Blob service compiles and runs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable