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
Based on my research, the ARN ID can be obtained by registering the remote via the /minio/admin/v3/set-remote-target API (PUT /minio/admin/v3/set-remote-target?bucket=BUCKET ).
However, the current python admin implementation doesn't seem to have a function corresponding to that registration process, or to any of the remote-target endpoints..
Checking the mdadmin-go ( https://github.com/minio/madmin-go/blob/main/remote-target-commands.go ) implementation it seems that support for the following key functions are missing from the current Python implementation:
I came across this issue in the context of the client.set_bucket_replication() function : In order for the function to work, an ARN has to be provided:
https://min.io/docs/minio/linux/developers/python/API.html#set_bucket_replication
Based on my research, the ARN ID can be obtained by registering the remote via the /minio/admin/v3/set-remote-target API (PUT /minio/admin/v3/set-remote-target?bucket=BUCKET ).
However, the current python admin implementation doesn't seem to have a function corresponding to that registration process, or to any of the remote-target endpoints..
Checking the mdadmin-go ( https://github.com/minio/madmin-go/blob/main/remote-target-commands.go ) implementation it seems that support for the following key functions are missing from the current Python implementation:
The text was updated successfully, but these errors were encountered: