little-cartoon-10569
08/07/2026, 1:55 AMmanagedObjects: false, because the command (aws sync...) isn't specifying --profile <myprofile>. I presume that there's no way around this and I should either use managedObjects: true, or sync the files myself? It's not hard to sync the files, I'm just checking that my understanding is correct.future-hairdresser-70637
08/07/2026, 2:23 PMmanagedObjects seems like the easiest approach, or you could use a Command to do the aws s3 sync and pass in AWS_PROFILElittle-cartoon-10569
08/09/2026, 8:55 PM