Skip to content

SOutaHI/download-object-from-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

download-object-from-s3

  • download object from s3 without server.
  • only use frontend.

setup

  • create .env file, and write access key for s3.
REACT_APP_AWS_ACCESS_KEY_ID='*************'
REACT_APP_AWS_SECRET_ACCESS_KEY='**********'
REACT_APP_AWS_DEFAULT_REGION='ap-northeast-1'
REACT_APP_BUCKET_NAME='***************'

execute

start

npm start

download file

  • push "download" button. and download file on s3 bucket under ~/Downloads/.

ref

uniform info

authorize

allow CORS

example

download s3 object

About

download object from s3 without server only frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published