Skip to content

suryateja1698/s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to run AWS S3

  1. Create account in AWS console
  2. Open IAM Console
  3. On the navigation menu, choose Users.
  4. Choose your IAM user name (not the check box).
  5. Open the Security credentials tab, and then choose Create access key.
  6. To see the new access key, choose Show. Your credentials resemble the following:
   Access key ID: AKIAIOSFODNN7EXAMPLE
   Secret access key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY

Store these keys in ~/.aws/credentials file in following format:

[default]
aws_access_key_id = your-access-key
aws_secret_access_key = your-secret-key

To run

go run main.go

About

Go code to integrate S3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages