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

feat: s3 persister #542

Merged
merged 7 commits into from
Sep 30, 2024
Merged

feat: s3 persister #542

merged 7 commits into from
Sep 30, 2024

Conversation

sighphyre
Copy link
Member

Adds an S3 Persistence layer

Copy link

github-actions bot commented Sep 30, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

use unleash_edge::{
persistence::{redis::RedisPersister, EdgePersistence},
types::{EdgeToken, TokenType},
};

const TEST_TIMEOUT: Duration = std::time::Duration::from_millis(1000);

async fn setup_redis() -> (Client, String, ContainerAsync<Redis>) {
let node = Redis.start().await.expect("Failed to start redis");
async fn setup_redis() -> (Client, String, ContainerAsync<RedisStack>) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgrade to Test containers broke this :(

@sighphyre sighphyre changed the title Feat/s3 persister feat: s3 persister Sep 30, 2024
@sighphyre sighphyre enabled auto-merge (squash) September 30, 2024 11:02
Copy link
Member

@chriswk chriswk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's go.

@sighphyre sighphyre merged commit 1522e29 into main Sep 30, 2024
9 checks passed
@sighphyre sighphyre deleted the feat/s3-persister branch September 30, 2024 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants