This is a follow-up to an earlier question I had. If possible, instead of calling the AWS CLI from a Python lambda, I'd like to use Boto3 (which has S3 capabilities). However, I don't see any sync functionality in the Boto3 S3 documentation (I expected it to be under Bucket
or BucketLifecycle
but I checked everywhere as well).
Is it possible then to invoke S3 sync from Boto?