til

Today I Learned: collection of notes, tips and tricks and stuff I learn from day to day working with computers and technology as an open source contributor and product manager

View project on GitHub

Learn S3

This is primarily focused on the AWS CLI tool.

S3 sync

You can observe that the sync command seems to succeed, but it returns a non-zero value which is normally interpreted as an error.

Inspect the output of your operation and see if there are any warnings or steps that failed.

REF:

Resources and References