Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 975 Bytes

File metadata and controls

23 lines (16 loc) · 975 Bytes

aws-sdk-js-s3-default-data-integrity-browser

Attempting a minimal repro for aws/aws-sdk-js-v3#6818

Setup

  • Clone this repo
  • Copy .env.temp to .env and fill in the values
    • Create a Amazon Cognito Identity pool for testing, where the role should have write access to S3 bucket.
    • The S3 Bucket should have CORS enabled.
      • AllowedHeaders should be *.
      • AllowedMethods should be the methods being tested.
      • AllowedOrigins should be http://localhost:5173, or where the Vite test server is running.
  • Run npm install

Run

Run node --run start

This will open a browser window with the response from AWS service in textarea.