Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 488 Bytes

File metadata and controls

18 lines (14 loc) · 488 Bytes

About

This package enables integration testing of the AmazonS3Client by conncting to an acutal S3 endpoint created using an min.io docker image.

Prerequisites

Docker and docker compose must be installed

Start the S3 endpoint

In this folder run docker-compose up -d

Stop the S3 endpoint

In this folder run docker-compose down

Run the test

# start the docker container: docker-compose up -d
# build the code: rushx build
rushx read-s3-object