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

S3migration cloud #143

Merged
merged 42 commits into from
Feb 16, 2025
Merged

S3migration cloud #143

merged 42 commits into from
Feb 16, 2025

Conversation

pewssh
Copy link
Collaborator

@pewssh pewssh commented Dec 24, 2024

Handled migration for services including newer than and older than features.

*Onedrive
*Azure
*Google Cloud

@pewssh pewssh marked this pull request as ready for review December 30, 2024 08:21
Copy link
Collaborator

@Jayashsatolia403 Jayashsatolia403 left a comment

Choose a reason for hiding this comment

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

lgtm

@Jayashsatolia403 Jayashsatolia403 merged commit 27b6438 into staging Feb 16, 2025
2 checks passed

func NewAzureClient(workDir, accountName, connectionString, containerName string, newerThan *time.Time, olderThan *time.Time) (*AzureClient, error) {
// Create the client
blobURL := fmt.Sprintf("https://%s.blob.core.windows.net", accountName)
Copy link
Member

Choose a reason for hiding this comment

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

why do we have this url in code?

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.

3 participants