Access authentication settings for Amazon S3 (Linux)

You must set the access authentication settings for object storage for the system environment variables for Linux.

For each object storage that you use, set the system environment variables by using the following commands:

[When using sh]

$ AWS_DEFAULT_REGION=xxxxxxxxx 
$ export AWS_DEFAULT_REGION 
$ AWS_ACCESS_KEY_ID=xxxxxxxxxxxxx 
$ export AWS_ACCESS_KEY_ID 
$ AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxx 
$ export AWS_SECRET_ACCESS_KEY

[When using csh]

$ setenv AWS_DEFAULT_REGION xxxxxxxxx 
$ setenv AWS_ACCESS_KEY_ID xxxxxxxxxxxxx 
$ setenv AWS_SECRET_ACCESS_KEY xxxxxxxxxxxxx