Installation¶
Install the plugin¶
In order to use this plugin with a system-wide install of datakit:
$ sudo pip install datakit-data
Configure AWS¶
After installing datakit-data, you must configure secret keys for reading from and writing to an AWS S3 bucket.
The easiest way to do this is to run the aws configure command and enter the appropriate information when prompted:
$ aws configure
Note
The above command creates the ~/.aws directory and related configuration files, which can be updated manually if needed.