Skip to content
New issue

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

S3 protocol #7

Closed
federkasten opened this issue Jul 5, 2021 · 2 comments
Closed

S3 protocol #7

federkasten opened this issue Jul 5, 2021 · 2 comments
Assignees

Comments

@federkasten
Copy link
Contributor

It would be nice to have support for the S3 protocol using MinIO and AWS S3 as the backend.

@totakke totakke self-assigned this Apr 26, 2022
@totakke
Copy link
Owner

totakke commented Jun 21, 2022

S3 protocol was implemented by b93a3d9 and released in 0.6.2.

:protocol :s3 must be specified for using S3 protocol.

(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"}]})

@totakke totakke closed this as completed Jun 21, 2022
@federkasten
Copy link
Contributor Author

Thank you! @totakke 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants