8000 [core] support S3 path style access in runtime_env download_and_unpack_package() · Issue #53893 · ray-project/ray · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[core] support S3 path style access in runtime_env download_and_unpack_package() #53893
Closed
@hongchaodeng

Description

@hongchaodeng

Description

Currently, when we use runtime_env to download and unpack packages from S3 compatible storage, it might use path style access.

However, the current S3 client code didn't support that. It needs to specify addressing_style config:

boto3.client('s3', 'us-west-2', config=Config(s3={'addressing_style': 'path'}))

Use case

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Issue that should be fixed within a few weekscoreIssues that should be addressed in Ray CoreenhancementRequest for new feature and/or capability

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0