Skip to content

Commit ac563d7

Browse files
CopilotXe
andcommitted
docs(sdks/s3): fix Fly endpoints to use fly.storage.tigris.dev
Co-authored-by: Xe <[email protected]>
1 parent f608552 commit ac563d7

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

docs/sdks/s3/aws-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ by updating your endpoint URL configuration:
1212
- IAM requests must be directed to `https://iam.storage.dev`
1313
- S3 requests made from outside Fly should be directed to
1414
`https://t3.storage.dev`
15-
- S3 requests made from within Fly must be directed to `https://t3.storage.dev`
15+
- S3 requests made from within Fly must be directed to `https://fly.storage.tigris.dev`
1616

1717
When using the AWS CLI, this service endpoint is set by default based on the
1818
region and is not configured by the user directly. AWS S3 recommends using
@@ -36,7 +36,7 @@ Default output format [None]: json
3636

3737
You can then use the AWS CLI as you normally would, but with the
3838
`--endpoint-url` flag set to `https://t3.storage.dev` or
39-
`https://t3.storage.dev`:
39+
`https://fly.storage.tigris.dev`:
4040

4141
```bash
4242
aws s3api list-buckets --endpoint-url https://t3.storage.dev

docs/sdks/s3/aws-elixir-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the ExAWS SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313

1414
This example reads the credentials from the environment variables
1515
`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.

docs/sdks/s3/aws-go-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the AWS Go SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313

1414
This example uses the [AWS Go SDK v2](https://github.com/aws/aws-sdk-go-v2) and
1515
reads the default credentials file or the environment variables

docs/sdks/s3/aws-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ available.
77
You may continue to use the AWS Java SDK as you normally would, but with the
88
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
99
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
10-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
10+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1111

1212
This example uses the [AWS Java SDK v2](https://github.com/aws/aws-sdk-java-v2)
1313

docs/sdks/s3/aws-js-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the AWS JS SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313
Also make sure that `s3ForcePathStyle` is set to `false`.
1414

1515
```js

docs/sdks/s3/aws-net-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the AWS .Net SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313

1414
This example uses the
1515
[AWS .Net SDK v3](https://www.nuget.org/packages/AWSSDK.S3) and reads the
@@ -28,7 +28,7 @@ dotnet add package AWSSDK.SSOOIDC
2828
Then you can use the SDK as you normally would, but with the endpoint set to
2929
Tigris. If you are using Tigris outside of Fly, use the endpoint
3030
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
31-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
31+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
3232

3333
import gettingStarted from "!!raw-loader!../../../examples/dotnet/GettingStarted.cs";
3434

docs/sdks/s3/aws-php-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ available.
77
You may continue to use the AWS PHP SDK as you normally would, but with the
88
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
99
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
10-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
10+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1111

1212
## Getting started
1313

docs/sdks/s3/aws-python-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the AWS Python SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313
Also ensure that the addressing style is set to `virtual`.
1414

1515
```python

docs/sdks/s3/aws-ruby-sdk.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ available.
99
You may continue to use the AWS Ruby SDK as you normally would, but with the
1010
endpoint set to Tigris. If you are using Tigris outside of Fly, use the endpoint
1111
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
12-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
12+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
1313
Also make sure `force_path_style` is set to false:
1414

1515
```ruby
@@ -33,7 +33,7 @@ import Gemfile from "!!raw-loader!../../../examples/ruby/Gemfile";
3333
Then you can use the SDK as you normally would, but with the endpoint set to
3434
Tigris. If you are using Tigris outside of Fly, use the endpoint
3535
[https://t3.storage.dev](https://t3.storage.dev). If you are using Tigris from
36-
within Fly, use the endpoint [https://t3.storage.dev](https://t3.storage.dev).
36+
within Fly, use the endpoint [https://fly.storage.tigris.dev](https://fly.storage.tigris.dev).
3737

3838
import gettingStarted from "!!raw-loader!../../../examples/ruby/getting_started.rb";
3939

0 commit comments

Comments
 (0)