My team currently use s3cmd command to transfer files from Unix to S3 bucket. However, our IT has raised security concerns for using the cmd.
I know AWS s3 is another alternative but wanted to know if it is secure?
Thanks in advance
My team currently use s3cmd command to transfer files from Unix to S3 bucket. However, our IT has raised security concerns for using the cmd.
I know AWS s3 is another alternative but wanted to know if it is secure?
Thanks in advance
Both utilities would call AWS via HTTPS, so data would be equally secure.
Open Source products are often more secure than closed source products because more people have been able to view and improve the code.
It depends on what the security concerns are. Are they concerned about data security in transit or that the commands being phished?
You could have a look at client-side or server-side encryption for your data, if it is not already in place.