The below script is very helpful to upload files via curl to s3 bucket, any suggestions are welcome #!/bin/sh usage() { cat <<USAGE Simple script uploading a file to S3. Supports AWS signature version 4, custom region, permissions and mime-types. Uses Content-MD5 header to guarantee uncorrupted file transfer. Usage: `basename $0` aws_ak aws_sk bucket...
Introduction: One of the challenges companies found when moving to the cloud is data migration, especially when you’re dealing with a huge amount of legacy data, S3 is cloud favorite tool to store such data, however, you can not connect into using SFTP, or SCP as each has its own different protocol for data transfer....
Introduction: This article will demonstrate how to use S3 for static website hosting. A static website delivers content in the same format in which it is stored. No server-side code execution is required. For example, if a static website consists of HTML documents displaying images, it delivers the HTML and images as-is to the browser,...
Introduction AWS HIPPA Compliance is a ubiquitous topic; HIPAA was expanded in 2009 by the Health Information Technology for Economic and Clinical Health (HITECH) Act. HIPAA and HITECH establish a set of federal standards intended to protect the security and privacy of PHI. HIPAA and HITECH impose requirements related to the use and disclosure of...