Skip to content

Commit

Permalink
Flysystem.md add extra info about endpoint with use_path_style_endpoi…
Browse files Browse the repository at this point in the history
…nt (#508)

Co-authored-by: johan Vlaar <[email protected]>
  • Loading branch information
JohJohan and JohJohan authored Aug 20, 2023
1 parent 37c3db0 commit 30ce0fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/flysystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ In that case you use an S3 domain so the **relative_path** have to be false and
If you don't set the **relative_path** to false you get a wrong URL after inserting that image to CKEditor for example.
Define the variables in your config.yml or set it directly.
If you don't use subdomain that contains your `bucket_name` and want to use your own **endpoint** make sure to set **use_path_style_endpoint** to `true` so that it will format the url correctly.

Also possible to define Flysystem adapters as services, it can be useful for self written adapters.
To use adapter as service, define it under 'services' node in your services.yml (or use DI)
Expand Down

0 comments on commit 30ce0fb

Please sign in to comment.