Skip to content
New issue

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

41 forever loading #42

Merged
merged 10 commits into from
May 6, 2024
Merged

41 forever loading #42

merged 10 commits into from
May 6, 2024

Conversation

AvocadoMoon
Copy link
Collaborator

The problem was that the AWS library was attempting to find credentials to use for the S3 bucket, and continuously failed forcing the process to take significantly longer than it had to. By initially stating the user is anonymous, this no longer posses a problem and the repeated attempts do not occur.

Rearranged all of the functions that are put within classes that aren't part of the same theme. Also improve the logging capabilities that is available for the plugin, having it properly generate loggers and work within CI.
Seems as if it required for us to explicitly state that an anonymous user was accessing the bucket. Probably attempted some form of login continuously until it failed to anonymous.
@AvocadoMoon AvocadoMoon self-assigned this May 6, 2024
@AvocadoMoon AvocadoMoon linked an issue May 6, 2024 that may be closed by this pull request
@AvocadoMoon AvocadoMoon merged commit ce32916 into main May 6, 2024
2 checks passed
@AvocadoMoon AvocadoMoon deleted the 41-forever-loading branch May 6, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forever Loading
1 participant