+1, we haven the same needs, hope the solution to this problem. Thanks.
Thanks for clarifying. I will investigate your solution later for using
S3FileIO.
On Tue, Aug 17, 2021 at 11:40 AM Jack Ye wrote:
> Good to hear the issue is fixed!
>
> ACL is optional, as the javadoc says, "If not set, ACL will not be set for
> requests".
>
> But I think to use MinIO you need t
Good to hear the issue is fixed!
ACL is optional, as the javadoc says, "If not set, ACL will not be set for
requests".
But I think to use MinIO you need to use a custom client factory to set
your S3 endpoint as that MinIO endpoint.
-Jack
On Tue, Aug 17, 2021 at 11:36 AM Lian Jiang wrote:
> Hi
Hi Ryan,
S3FileIO need canned ACL according to:
/**
* Used to configure canned access control list (ACL) for S3 client to
use during write.
* If not set, ACL will not be set for requests.
*
* The input must be one of {@link
software.amazon.awssdk.services.s3.model.ObjectCannedACL},
I'm not sure that I'm following why MinIO won't work with S3FileIO.
S3FileIO assumes that the credentials are handled by a credentials provider
outside of S3FileIO. How does MinIO handle credentials?
Ryan
On Mon, Aug 16, 2021 at 7:57 PM Jack Ye wrote:
> Talked with Lian on Slack, the user is us