Hello, aws js example has this code inside, isn't it a problem because it can be seen by any client?
Hello, aws js example has this code inside, isn't it a problem because it can be seen by any client?:
const s3 = new S3({
endpoint:
accessKeyId:
secretAccessKey:
signatureVersion: 'v4',
});
const s3 = new S3({
endpoint:
https://${accountid}.r2.cloudflarestorage.com,accessKeyId:
${access_key_id},secretAccessKey:
${access_key_secret},signatureVersion: 'v4',
});









