File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
1717When using the AWS CLI, this service endpoint is set by default based on the
1818region and is not configured by the user directly. AWS S3 recommends using
@@ -36,7 +36,7 @@ Default output format [None]: json
3636
3737You 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
4242aws s3api list-buckets --endpoint-url https://t3.storage.dev
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the ExAWS SDK as you normally would, but with the
1010endpoint 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
1414This example reads the credentials from the environment variables
1515` AWS_ACCESS_KEY_ID ` and ` AWS_SECRET_ACCESS_KEY ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the AWS Go SDK as you normally would, but with the
1010endpoint 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
1414This example uses the [ AWS Go SDK v2] ( https://github.com/aws/aws-sdk-go-v2 ) and
1515reads the default credentials file or the environment variables
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ available.
77You may continue to use the AWS Java SDK as you normally would, but with the
88endpoint 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
1212This example uses the [ AWS Java SDK v2] ( https://github.com/aws/aws-sdk-java-v2 )
1313
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the AWS JS SDK as you normally would, but with the
1010endpoint 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 ) .
1313Also make sure that ` s3ForcePathStyle ` is set to ` false ` .
1414
1515``` js
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the AWS .Net SDK as you normally would, but with the
1010endpoint 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
1414This 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
2828Then you can use the SDK as you normally would, but with the endpoint set to
2929Tigris. 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
3333import gettingStarted from " !!raw-loader!../../../examples/dotnet/GettingStarted.cs" ;
3434
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ available.
77You may continue to use the AWS PHP SDK as you normally would, but with the
88endpoint 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the AWS Python SDK as you normally would, but with the
1010endpoint 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 ) .
1313Also ensure that the addressing style is set to ` virtual ` .
1414
1515``` python
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ available.
99You may continue to use the AWS Ruby SDK as you normally would, but with the
1010endpoint 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 ) .
1313Also make sure ` force_path_style ` is set to false:
1414
1515``` ruby
@@ -33,7 +33,7 @@ import Gemfile from "!!raw-loader!../../../examples/ruby/Gemfile";
3333Then you can use the SDK as you normally would, but with the endpoint set to
3434Tigris. 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
3838import gettingStarted from " !!raw-loader!../../../examples/ruby/getting_started.rb" ;
3939
You can’t perform that action at this time.
0 commit comments