Skip to content

Commit

Permalink
Update S3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Jul 18, 2024
1 parent ffb5af5 commit ac91a4d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cheat Sheets/Cloud/S3.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@

aws s3 sync s3://bucket-1 s3://bucket-2

## Troubeshooting

Debug connectivity with

aws s3 ls --debug

Workaround CA certs with

aws s3 --no-verify-ssl ...

## Typical env vars

export AWS_ACCESS_KEY_ID=abc
Expand Down

0 comments on commit ac91a4d

Please sign in to comment.