10000 GitHub - vadxq/modern-aws-tools: modern aws tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vadxq/modern-aws-tools

Repository files navigation

modern-aws-tools

modern aws tools

S3

  • s3Upload
import { s3Upload } from 'modern-aws-tools';

s3Upload({
  credential: {
    accessKeyId: 'xxx',
    secretAccessKey: 'xxx',
    expiration: '',
    sessionToken: ''
  },
  region: 'xxx',
  bucket: 'xxx',
  host: 'xxx',
  prefix: 'xxx',
  file: new File(['xxx'], 'xxx'),
  key: 'xxx'
})

About

modern aws tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0