set_s3_access_key_id

getml.engine.set_s3_access_key_id(value)[source]

Sets the Access Key ID 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 Access Key ID.

Raises:

ConnectionRefusedError: If unable to connect to engine TypeError: If any of the input arguments is of wrong type.