Metadash will update the storage policy to disallow access unless secured by SSL. This will prevent potential attackers from intercepting or manipulating traffic to the storage resource.
Metadash will use the AWS SDK to update the following properties for the hooli-east-docs storage:
hooli-east-docs
{"Version":"2012-10-17","Statement":[{"Principal":{"AWS":"*"},"Action":["s3:*"],"Resource":["arn:aws:s3:::hooli-east-docs/*","arn:aws:s3:::hooli-east-docs"],"Effect":"Deny","Condition":{"Bool":{"aws:SecureTransport":"false"}}}]}