-
Notifications
You must be signed in to change notification settings - Fork 62
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: SCP (Samsung Cloud Platform) Support Contribution #926
Feature: SCP (Samsung Cloud Platform) Support Contribution #926
Conversation
@sangjun-kang could you please fix the formatting checks? You can run it with:
|
Hello @sarahwooders, It seems that some parts were missed during the execution of the black formatting. Thank you! |
Thank you! Are there also any additional dependencies needed for SCP? If so, could you please update https://github.com/skyplane-project/skyplane/blob/main/pyproject.toml |
Thank you for your comment! I've confirmed, and SCP doesn't require any additional dependencies beyond boto3. |
Sorry, Sarah. The authentication key shared by Suk-hoon had IP restrictions (for security reasons). Suk-hoon has removed the IP restrictions, so please test it again. Also, there is authentication key information in the logs, so it would be great if you could erase the logs. |
@sarahwooders, @sangjun-kang , This error is due to the security settings of my account. sorry. By the way, you mentioned that there was an error in the credential format. |
I just deleted the comment, and the |
@sarahwooders, I encountered errors in the following files when running
|
@sangjun-kang sorry for the delayed response, have been traveling! I can take a look at the pytest issues this week. |
Could you run |
I made changes to the SCP Object Storage API yesterday, adjusting some source code. It seems black formatting was missed, so I ran it again and committed the changes. Thanks, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now works for me - thank you so much for the contribution! I'll merge once the tests re-run.
Overview
This pull request adds support for SCP (Samsung Cloud Platform) by implementing the necessary code. I have completed the development and testing phases and followed all the procedures outlined in the contributing guide.
Details
Progress