Sha256: e153f438920a7f41c3822ffc80af46a0635244339e28355994dfb02c5f9b8c9d

Contents?: true

Size: 865 Bytes

Versions: 3

Compression:

Stored size: 865 Bytes

Contents

# S3keyCreate

Creates a new S3 key for a particular user.

```text
knife ionoscloud s3key create (options)
```

## Available options:

### Required options:

* user\_id
* ionoscloud\_username
* ionoscloud\_password

```text
    extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH
        path to the additional config file

    user_id: --user USER_ID, -u USER_ID
        the ID of the user (required)

    ionoscloud_username: --username USERNAME, -u USERNAME
        your Ionoscloud username (required)

    ionoscloud_password: --password PASSWORD, -p PASSWORD
        your Ionoscloud password (required)

    ionoscloud_url: --url URL
        the Ionoscloud API URL

```
## Example

```text
knife ionoscloud s3key create --extra-config EXTRA_CONFIG_FILE_PATH --user USER_ID --username USERNAME --password PASSWORD --url URL
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
knife-ionoscloud-6.1.1 docs/subcommands/user/s3key_create.md
knife-ionoscloud-6.1.0 docs/subcommands/user/s3key_create.md
knife-ionoscloud-6.0.0 docs/subcommands/s3key_create.md