Skip to content

renato-aguena/s3-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIRECT UPLOAD TO S3

Primeiros passa na AWS

  • Crie o Bucket no S3

  • Configure o CORS dele

alt text

<CORSConfiguration>
   <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>GET</AllowedMethod>
        <AllowedMethod>POST</AllowedMethod>
        <AllowedMethod>PUT</AllowedMethod>
        <AllowedHeader>*</AllowedHeader>
    </CORSRule>
</CORSConfiguration>
  • Crie suas chaves de autenticação para AWS

About

Direct Upload to S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors