set_s3_secret_access_key

getml.data.access.set_s3_secret_access_key(value)[source]

Sets the Secret Access Key to S3.

NOTE THAT S3 IS NOT SUPPORTED ON WINDOWS.

In order to retrieve data from S3, you need to set the Access Key ID and the Secret Access Key. You can either set them as environment variables before you start the getML engine or you can set them from this module.

Args:
value (str):

The value to which you want to set the Secret Access Key.