Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 409 Bytes

rust-aws-sdk-demo

This repo is a demo on how to interact with the AWS Client via Rust SDK

Features

  • Uses the Rust SDK to interact with S3
  • List the keys in S3
  • Downloads a file from S3
  • Uploads a file to S3

How to Run

  • Create a downloads folder mkdir downloads
  • export AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY_ID>
  • export AWS_SECRET_ACCESS_KEY=<AWS_SECRET_ACCESS_KEY>
  • Run cargo run