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 :: vite command 
Shell :: mount network drive from windows wsl ubuntu 
Shell :: custom jenkins dockerfile 
Shell :: vim change all spaces to tabs 
Shell :: graphiql download 
Shell :: bash for loop step 
Shell :: disable swap kubernetes ansible 
Shell :: compile electron app 
Shell :: docker dir log linux 
Shell :: cannot update paths and switch to branch at the same time 
Shell :: strapi command to generate custom route 
Shell :: git squash commit 
Shell :: linux delete files in folders without deleting the folder 
Shell :: how to expose external ip in kubernetes 
Shell :: how to zip folder on linux 
Shell :: ppsspp debian 10 
Shell :: change user:dir to linux dir/file 
Shell :: download terraform 
Shell :: shell xargs 
Shell :: linux switch user 
Shell :: how to image an entire disk on linux 
Shell :: aws lightsail ssl installation 
Shell :: upload git repository to github 
Shell :: linux add user with home directory 
Shell :: gtk3 windows install 
Shell :: powershell script example 
Shell :: store environment variables firebase functions 
Shell :: set forked repo as upstream 
Shell :: version manager 
Shell :: bash for file in directory 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =