# pw buckets get-token

> Source: https://parallelworks.com/docs/cli/pw/buckets/get-token

## pw buckets get-token

Print temporary access credentials for a cloud bucket

### Synopsis

The **pw buckets get-token** command must be followed by a bucket URI.

Both PW URIs and CSP URIs are accepted. For more information about URIs, please see [this section](/docs/cli#about-uris).

The short-term tokens that this command prints are the same tokens seen [here](/docs/storage/transferring-data/obtaining-credentials).

```
pw buckets get-token [bucketURI] [flags]
```

### Options

```
  -h, --help   help for get-token
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw buckets](/docs/cli/pw/buckets)	 - Manage cloud buckets
