I have a question that I may have found the answer for in the Windows version of SFFS, but not the Mac version.
In certain profiles, I want to copy files from a network drive to S3, but when they hit S3, I want to make sure that they inherit the ACLs of the parent folder. For instance:
Copy
/Volumes/NetworkDrive/Folder1/Folder2/Folder3
to
S3://BucketName/Folder1/Folder2/Folder3
If Folder3 is new, I want all the files in Folder3 to inherit the ACLs of Folder2 out on S3.
Is that the default behavior?
Also, to achieve the converse in other profiles, in Windows, there is a "make files uploaded publicly available" option. Is that available in the Mac version?
Thanks!