Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CJE] Mise en place d'un répertoire "public" sur leurs buckets S3 #664

Open
gary-van-woerkens opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@gary-van-woerkens
Copy link
Contributor

CJE utilise un CMS et a besoin de stocker les images uploadées via le CMS pour les utiliser dans leur application.
Le CMS utilise S3 pour stocker les fichiers mais par défaut les buckets ne sont pas ouverts sur internet.

Pour rendre les fichiers uploadés dans le S3 accessibles depuis internet il faut utiliser l'option --acl public-read:

aws s3 cp mon_image.png  s3://carte-jeune-engage-dev-app/public/ --profile ovh --acl public-read

Il n'est pas possible de gérer les permissions au niveau du bucket ou de l'un de ses "répertoire":

@gary-van-woerkens gary-van-woerkens self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant