You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ezsystems/ezplatform-richtext](https://github.com/ezsystems/ezplatform-richtext)|Field Type for supporting rich-formatted text stored in a structured XML format|
|[ezsystems/ezplatform-standard-design](https://github.com/ezsystems/ezplatform-standard-design)|Standard design and theme to be handled by `ezplatform-design-engine`|
1. Go to the [IAM Management Console](https://console.aws.amazon.com/iam/home#/users) and create a user.
23
-
See <http://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html>.
23
+
See <https://docs.aws.amazon.com/AmazonS3/latest/userguide/security-iam.html>.
24
24
1. Then create a group and assign the user to the group.
25
25
1. Assign policies to the group. The `AmazonS3FullAccess` policy gives read/write access to your bucket.
26
26
1. Still in the IAM console, view the user you created. Click the "Security credentials" tab.
@@ -30,7 +30,7 @@ The secret key cannot be retrieved again after the key has been created, so don'
30
30
31
31
!!! note
32
32
33
-
Make sure that your bucket is [configured as Public](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/block-public-access-bucket.html) to avoid facing 403 errors, as the current S3 handler is meant to store files publicly so they can be served directly from S3.
33
+
Make sure that your bucket is [configured as Public](https://docs.aws.amazon.com/AmazonS3/latest/userguide/configuring-block-public-access-bucket.html) to avoid facing 403 errors, as the current S3 handler is meant to store files publicly so they can be served directly from S3.
34
34
35
35
## Set up [[= product_name =]] for AWS S3
36
36
@@ -77,7 +77,7 @@ ez_io:
77
77
You can configure multiple handlers.
78
78
79
79
For example, you could configure one called `gcloud_storage` for a third-party (community-supported)
Copy file name to clipboardExpand all lines: docs/guide/configuration/config_repository.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,9 @@ ezplatform:
26
26
27
27
Legacy storage engine is the default storage engine for the Repository.
28
28
29
-
It uses [Doctrine DBAL](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/) (Database Abstraction Layer).
29
+
It uses [Doctrine DBAL](https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/) (Database Abstraction Layer).
30
30
Database settings are supplied by [DoctrineBundle](https://github.com/doctrine/DoctrineBundle).
31
-
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/master/Resources/doc/configuration.rst#doctrine-dbal-configuration).
31
+
As such, you can refer to [DoctrineBundle's documentation](https://github.com/doctrine/DoctrineBundle/blob/2.3.x/Resources/doc/configuration.rst#doctrine-dbal-configuration).
32
32
33
33
If no Repository is specified for a SiteAccess or SiteAccess group,
34
34
the first Repository defined under `ezplatform.repositories` will be used:
@@ -83,7 +83,7 @@ ezplatform:
83
83
prefix: eZ\Bundle\EzPublishCoreBundle\Entity
84
84
```
85
85
86
-
Refer to [DoctrineBundle documentation](https://symfony.com/doc/3.4/reference/configuration/doctrine.html)
86
+
Refer to [DoctrineBundle documentation](https://symfony.com/doc/5.x/reference/configuration/doctrine.html)
0 commit comments