We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have support for the S3 protocol using MinIO and AWS S3 as the backend.
The text was updated successfully, but these errors were encountered:
S3 protocol was implemented by b93a3d9 and released in 0.6.2.
:protocol :s3 must be specified for using S3 protocol.
:protocol :s3
(defprofile prof {:resources [{:id :resource ;; virtual hosted style :url "https://bucket-name.s3.region.amazonaws.com/resource" ;; or path style (incl. MinIO) ;; :url "https://s3.region.amazonaws.com/bucket-name/resource" :sha1 "0123456789abcdef01234567890abcdef0123456" :protocol :s3 :auth {:access-key-id "accesskey", :secret-access-key "secretkey"}]})
Sorry, something went wrong.
Thank you! @totakke 🎉
totakke
No branches or pull requests
It would be nice to have support for the S3 protocol using MinIO and AWS S3 as the backend.
The text was updated successfully, but these errors were encountered: