S3
Inicio de un proyecto
Asociando un bucket de S3
CORS
aws s3api put-bucket-cors --bucket my-bucket-name --cors-configuration file://cors.jsons{ "CORSRules": [ { "AllowedHeaders": [ "*" ], "AllowedMethods": [ "PUT", "POST", "DELETE", "GET" ], "AllowedOrigins": [ "https://pl-my-app.herokuapp.com" ] } ] }
Última actualización