Skip to content

generate pre-signed s3 get urls given region, bucket and key

License

Notifications You must be signed in to change notification settings

ivovh/s3-get-presigned-url

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-get-presigned-url

Generate pre-signed s3 get urls given region, bucket and key.

#!/bin/bash
curl $(./s3-get-presigned-url $1 $2 $3)

About

generate pre-signed s3 get urls given region, bucket and key

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 52.7%
  • Makefile 43.1%
  • Shell 4.2%