Skip to content

Commit b255cfe

Browse files
Fix ruby versions
1 parent fbd3130 commit b255cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/r2/examples/aws/aws-sdk-ruby.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ import { Render } from "~/components"
1111
Many Ruby projects also store these credentials in environment variables instead.
1212

1313
:::note[Compatibility]
14-
Client version `3.216.0` introduced a modification to the default checksum behavior from the client that is currently incompatible with R2 APIs.
14+
Client version `1.178.0` introduced a modification to the default checksum behavior from the client that is currently incompatible with R2 APIs.
1515

16-
To mitigate, users can use `3.215.3` or add the following to their s3 client instantiation:
16+
To mitigate, users can use `1.177.0` or add the following to their s3 client instantiation:
1717

1818
```ruby
1919
request_checksum_calculation: "when_required",

0 commit comments

Comments
 (0)