skypilot-users
How to add support for S3 Express One Zone bucket in Skypilot?
I'm trying to mount an S3 Express One Zone bucket in Skypilot, but I'm getting connection errors. Is there anything that needs to be done to add support for this type of bucket?
Mi
Michal
Asked on Feb 13, 2024
To add support for S3 Express One Zone bucket in Skypilot, you may need to make changes in the create_s3_client
function and the S3Store
class. Specifically, you may need to pass the endpoint
argument when constructing the client in the create_s3_client
function, and make any necessary changes in the S3Store
class. Additionally, you can submit an issue on the Skypilot GitHub repository to track this feature request.
Feb 13, 2024Edited by