Armazenamento Externo
MINIO
6min
Para uso do MINIO, você deve configurar a porta 443 / SSL para o correto funcionamento.
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/40AmnqRcNtT6oBm3jc0Is_image.png?format=webp)
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/4VyKJnwBOUEYQOlx9aX6a_image.png?format=webp)
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/ydRP2UXAOCYbqjjh0oHT-_image.png?format=webp)
Utilize o modelo abaixo, substituindo remotewppdata pelo nome do seu bucket
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::NOMEDOSEUBUCKET/*"
]
}
]
}
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/0gfvAA9pzBIfzT7i8l20Y_image.png?format=webp)
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/nFL_Jtci3gOliTlGgAdSA_image.png?format=webp)
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/Eag31u2z7GG02WAFFNN2W_image.png?format=webp)
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": [
"*"
]
},
"Action": [
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::NOMEDOSEUBUCKET"
]
},
{
"Effect": "Allow",
"Principal": {
"AWS": [
"*"
]
},
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::NOMEDOSEUBUCKET/*"
]
}
]
}
![Document image Document image](https://images.archbee.com/mv3QNYfEejpY81GIqYpFE/qtRtce4dhcYERvC0So7kU_image.png?format=webp)
Updated 25 May 2024
![Doc contributor](https://s3.amazonaws.com/archbee-animals/koala.png)
Did this page help you?