Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

aws ls wildcard

#instead of ls, use sync in dryrun mode
aws s3 sync s3://bucket-name . 
  --exclude "*" 
  --include "folder*/*file*.txt" 
  --dryrun # important
Comment

aws s3 ls wildcard

aws s3 ls s3://my-bucket/folder/ | grep myfile
Comment

PREVIOUS NEXT
Code Example
Shell :: github access scoped to clone private repo 
Shell :: double dollar sign bash 
Shell :: get ros version 
Shell :: bash generate random number between 1 10 
Shell :: how to update alias in linux 
Shell :: install bun sh 
Shell :: how to install go in kali linux 
Shell :: add passphrase to ssh agent 
Shell :: how to clone a specific git tag 
Shell :: how to check hugo version 
Shell :: installing Snowflake connector 
Shell :: find branches in git 
Shell :: delete merged branches in git 
Shell :: git filter-branch remove file 
Shell :: uninstall gitlab-ee 
Shell :: install vlc fedora 
Shell :: powershell create object 
Shell :: virtualbox homebrew 
Shell :: install scrcpy linux 
Shell :: debian bash font size 
Shell :: size of a file linux 
Shell :: git commit back in time 
Shell :: uninstall package ubuntu 
Shell :: git ignore .pyc files 
Shell :: bz2 unzip 
Shell :: gitignore doesnt delte remote files 
Shell :: getting started with git 
Shell :: dump cache ubuntu 
Shell :: choco install watchman 
Shell :: how to restart postgresql ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =