Skip to content

warainelor/amazon-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

export AWS_ENDPOINT_URL=http://localhost:9000

aws s3 mb s3://my-bucket

aws s3 ls

aws s3 cp file.txt s3://my-bucket

aws s3 ls s3://my-bucket

aws s3 cp s3://my-bucket/file.txt downloaded.txt

aws s3 rm s3://my-python-bucket --recursive

aws s3 rb s3://my-python-bucket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages