cloudknot.aws.set_s3_params

cloudknot.aws.set_s3_params(bucket, policy=None, sse=None)[source]

Set the cloudknot S3 bucket

Set bucket by modifying the cloudknot config file

Parameters
  • bucket (string) – Cloudknot S3 bucket name

  • policy (string) – Cloudknot S3 bucket access policy name Default: None means that cloudknot will create a new policy

  • sse (string) – S3 server side encryption method. If provided, must be one of [‘AES256’, ‘aws:kms’]. Default: None