You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and we test it is ok for other S3 compatible storage.
May I ask in which Release this feature will be released and when? We urgently need this feature to access Alibaba Cloud oss object storage, and do not want to recompile the pyarrow package.
the Alibaba Cloud OSS is an AWS S3 compatible storage: only support virtual hosted style to access.
if we use pyarrow S3FileSystem to access Alibaba Cloud oss , we need force_virtual_addressing parameter.
jorisvandenbossche
changed the title
when pyArrow S3FileSystem support force_virtual_addressing in new release
[Python] when pyArrow S3FileSystem support force_virtual_addressing in new release
Mar 13, 2024
It will be released in the next major release, which will be 16.0 (targetted for second half of April).
(you can also see the milestone on the closed issue #39779)
It will be released in the next major release, which will be 16.0 (targetted for second half of April). (you can also see the milestone on the closed issue #39779)
Describe the usage question you have. Please include as many useful details as possible.
I found that the latest pyarrow code already supports the force_virtual_addressing parameter but not in releae 1.15.2.
from @yo1956 pr: #39819
and we test it is ok for other S3 compatible storage.
May I ask in which Release this feature will be released and when? We urgently need this feature to access Alibaba Cloud oss object storage, and do not want to recompile the pyarrow package.
the Alibaba Cloud OSS is an AWS S3 compatible storage: only support virtual hosted style to access.
if we use pyarrow S3FileSystem to access Alibaba Cloud oss , we need force_virtual_addressing parameter.
@chenk008 #38135
Component(s)
Python
The text was updated successfully, but these errors were encountered: