Skip to content

davidbrennerjr/aws-s3-curl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AWS S3 cURL File Uploader

Usage

./aws_s3_curl.sh NameOfS3Bucket AccessKeyID SecretKey /path/to/file

Required Options

NameOfS3Bucket

Specify the name your S3 bucket. For example to upload a new file to your website www.example.com then the name of the bucket is www.example.com

AccessKeyID

Specify the Access Key ID of the user and the group you created in IAM that allows uploading new files to your S3 bucket.

SecretKey

Specify the Secret Key that's associated with the Access Key ID. You may have to create a new Access Key ID to see its Secret Key.

/path/to/file

Specify the absolute path to a single file to be uploaded to your S3 bucket.

About

Upload a file to a S3 bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages