> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/s3bucket.md).

# S3Bucket

## Properties

\| **name** | **String** | The name of the S3 bucket. | |

## Example

```ruby
require 'ionoscloud'


instance = Ionoscloud::S3Bucket.new(
  name: My S3 Buckets
)
```
