MCPcopy Index your code
hub / github.com/aws/aws-lambda-rust-runtime / ListObjects

Interface ListObjects

examples/basic-sdk/src/main.rs:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#[cfg_attr(test, mockall::automock)]
22#[async_trait]
23trait ListObjects {
24 async fn list_objects(&self, bucket: &str) -> Result<ListObjectsV2Output, Error>;
25}
26
27#[async_trait]
28impl ListObjects for S3Client {

Callers

nothing calls this directly

Implementers 1

main.rsexamples/basic-sdk/src/main.rs

Calls

no outgoing calls

Tested by

no test coverage detected