Skip to content

mongabay/Timber-Exporters-Infographic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timber Exporters Ranking

This is the English version of the database infographic created by Ojo Publico for the Madera Sucia series

AWS CLI commands

  • The AWS SLI uses a Unix-like command-line syntax for listing, copying, moving and deleting files
  • See the AWS CLI command reference for a full description of available CLI commands
// List the contents of the bucket
$ aws s3 ls s3://mongabay-imgs/madera_sucia_vz/
// copy a single file
$ aws s3 cp readme.md s3://mongabay-imgs/madera_sucia_vz/
// sync and delete remote files no longer on localhost, append --dryrun to test
$ aws s3 sync . s3://mongabay-imgs/madera_sucia_vz/ --delete --exclude ".git/*" --exclude "node_modules/*" --exclude ".gitignore" --exclude "readme.md" --dryrun 
$ aws s3 sync .s3://mongabay-imgs/madera_sucia_vz/ --delete --exclude ".git/*" --exclude "node_modules/*" --exclude ".gitignore" --exclude "readme.md""
// copy all files from remote to local
aws s3 cp s3://mongabay-imgs/madera_sucia_vz/ ./ --recursive 

About

English version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.7%
  • JavaScript 30.4%
  • HTML 17.2%
  • Python 10.7%