#url
3 commande(s) avec le tag #url
Commandes partagées par la communauté CodeBox, copiables en un clic.
Génère une URL temporaire d'accès à un objet S3 (1h).
aws s3 presign s3://mon-bucket/fichier.txt --expires-in 3600
Change l’URL du dépôt distant (utile si tu changes de repo ou de compte GitHub).
git remote set-url origin https://github.com/user/nouveau-repo.git