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

[Feature]: If File is already present of AWS then that file can be skipped. #491

Open
0xvicky opened this issue Oct 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@0xvicky
Copy link

0xvicky commented Oct 27, 2024

Feature

I did sugar launch to launch my NFT collection of size of around 5 GB to upload on AWS, but it got operation timed out for around 100 times, although uploading starts from where it was left. but say If i upload the assets files on S3 bucket and starts sugar launch, then sugar just checks if it is uploaded already then create a cache file that's it. If not uploaded then it uploads !

Ideal solution or implementation

In aws.rs, we can add some sort of tracking system that tracks if current file that's going for a upload is already there or not.

Alternative solutions or implementations

No response

Other context

No response

@0xvicky 0xvicky added the enhancement New feature or request label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
@0xvicky and others