Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.3%
  • HTML 10.7%