We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently "credential-less" auth is triggered by having an empty key or secret: https://github.com/craftcms/aws-s3/blob/main/src/Fs.php#L437-L472
A better/safer approach would be to have an explicit option whether or not to use credentials.
The text was updated successfully, but these errors were encountered:
brianjhanson
No branches or pull requests
Currently "credential-less" auth is triggered by having an empty key or secret: https://github.com/craftcms/aws-s3/blob/main/src/Fs.php#L437-L472
A better/safer approach would be to have an explicit option whether or not to use credentials.
The text was updated successfully, but these errors were encountered: