-
|
I was interested in using the Swift s3 api to connect to Minio, but glancing through the api I couldn't find anything similar to the Python api. Is there anything like this in the current Swift implementation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I am not sure if this will work for you, but try creating your client this way & let me know if it works: When performing operations on a bucket Officially supporting custom endpoints is on the feature list for this SDK but I do not have a timeframe for when it will be officially available. |
Beta Was this translation helpful? Give feedback.
I am not sure if this will work for you, but try creating your client this way & let me know if it works:
When performing operations on a bucket
yourbucket, the connection will be made toyourbucket.yours3endpoint.com.Officially supporting custom endpoints is on the feature list for this SDK but I do not have a timeframe for when it will be officially available.