# Get Bucket

> `UiPath.AmazonWebServices.Activities.GetBucket`

`UiPath.AmazonWebServices.Activities.GetBucket`

## Description

Gets information about a specific bucket.

## Project compatibility

Windows - Legacy | Windows | Cross-platform

## Configuration

### Common

* **DisplayName** - The display name of the activity.

### Input

* **BucketName** - Specifies the name of the bucket.
* **IncludeDetails** - When set as **True**, it provides detailed information about the bucket. The default value is **False**.

### Misc

* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Bucket** - Provides basic information about the bucket.
* **BucketDetails** - Provides detailed information about the bucket if the **IncludeDetails** parameter is set to **True**.
  :::note
  For some AWS regions, the value of **AWSS3BucketDetails.OwnerDisplayName** can be **Null**. Source: https://docs.aws.amazon.com/AmazonS3/latest/API/archive-v2-RESTBucketGET.html
  :::
