File tree Expand file tree Collapse file tree 10 files changed +29
-16
lines changed
Expand file tree Collapse file tree 10 files changed +29
-16
lines changed Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/devcontainers/base:bookworm
22
33VOLUME /workspace/tigris-os-docs/node_modules
4- VOLUME /workspace/tigris-os-docs/.docusaurus
4+ VOLUME /workspace/tigris-os-docs/.docusaurus
5+
6+ RUN apt-get update && apt-get install -y ffmpeg
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ 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
16+ ` https://fly.storage.tigris.dev `
1617
1718When using the AWS CLI, this service endpoint is set by default based on the
1819region and is not configured by the user directly. AWS S3 recommends using
@@ -36,7 +37,7 @@ Default output format [None]: json
3637
3738You can then use the AWS CLI as you normally would, but with the
3839` --endpoint-url ` flag set to ` https://t3.storage.dev ` or
39- ` https://t3 .storage.dev ` :
40+ ` https://fly .storage.tigris .dev ` :
4041
4142``` bash
4243aws s3api list-buckets --endpoint-url https://t3.storage.dev
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ 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
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
1314
1415This example reads the credentials from the environment variables
1516` AWS_ACCESS_KEY_ID ` and ` AWS_SECRET_ACCESS_KEY ` .
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ 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
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
1314
1415This example uses the [ AWS Go SDK v2] ( https://github.com/aws/aws-sdk-go-v2 ) and
1516reads the default credentials file or the environment variables
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ 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
11+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
1112
1213This example uses the [ AWS Java SDK v2] ( https://github.com/aws/aws-sdk-java-v2 )
1314
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ 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 ) .
13- Also make sure that ` s3ForcePathStyle ` is set to ` false ` .
12+ within Fly, use the endpoint
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) . Also make sure
14+ that ` s3ForcePathStyle ` is set to ` false ` .
1415
1516``` js
1617import { S3Client } from " @aws-sdk/client-s3" ;
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ 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
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
1314
1415This example uses the
1516[ AWS .Net SDK v3] ( https://www.nuget.org/packages/AWSSDK.S3 ) and reads the
@@ -28,7 +29,8 @@ dotnet add package AWSSDK.SSOOIDC
2829Then you can use the SDK as you normally would, but with the endpoint set to
2930Tigris. If you are using Tigris outside of Fly, use the endpoint
3031[ 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 ) .
32+ within Fly, use the endpoint
33+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
3234
3335import gettingStarted from " !!raw-loader!../../../examples/dotnet/GettingStarted.cs" ;
3436
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ 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
11+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
1112
1213## Getting started
1314
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ 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 ) .
13- Also ensure that the addressing style is set to ` virtual ` .
12+ within Fly, use the endpoint
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) . Also ensure
14+ that the addressing style is set to ` virtual ` .
1415
1516``` python
1617# Create S3 service client
Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ 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 ) .
13- Also make sure ` force_path_style ` is set to false:
12+ within Fly, use the endpoint
13+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) . Also make sure
14+ ` force_path_style ` is set to false:
1415
1516``` ruby
1617s3 = Aws ::S3 ::Client .new (
@@ -33,7 +34,8 @@ import Gemfile from "!!raw-loader!../../../examples/ruby/Gemfile";
3334Then you can use the SDK as you normally would, but with the endpoint set to
3435Tigris. If you are using Tigris outside of Fly, use the endpoint
3536[ 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 ) .
37+ within Fly, use the endpoint
38+ [ https://fly.storage.tigris.dev ] ( https://fly.storage.tigris.dev ) .
3739
3840import gettingStarted from " !!raw-loader!../../../examples/ruby/getting_started.rb" ;
3941
You can’t perform that action at this time.
0 commit comments