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

save pin to digital ocean #851

Closed
Sade154 opened this issue Dec 5, 2024 · 5 comments · Fixed by #853
Closed

save pin to digital ocean #851

Sade154 opened this issue Dec 5, 2024 · 5 comments · Fixed by #853
Labels
boards 🧑‍🏫 documentation feature a feature request or enhancement

Comments

@Sade154
Copy link

Sade154 commented Dec 5, 2024

Hello,
I saw that the DigitalOcean board is deprecated.
Is there a board_do planed for digital ocean pins ?
Thanks in advance.

@juliasilge
Copy link
Member

Thanks for this feature request! We can track interest in a board for Digital Ocean here in this issue.

@juliasilge juliasilge added boards 🧑‍🏫 feature a feature request or enhancement labels Dec 5, 2024
@Sade154
Copy link
Author

Sade154 commented Dec 6, 2024

I just tested it with board_s3 and it worked perfectly!

We struggled initially, but with the following parameters, it works exactly as it does with AWS:

br <- board_s3(
  bucket = "mybucket",
  access_key = "xxx",
  secret_access_key = "xxxx",
  endpoint = "https://nyc3.digitaloceanspaces.com"
)

It might be beneficial to include this configuration in the documentation, or perhaps introduce an alias like board_do to make users aware that this functionality is already supported.

@juliasilge
Copy link
Member

We did add a bit of documentation for MinIO (another S3 compatible storage backend) here:
https://pins.rstudio.com/reference/board_s3.html#arg-endpoint

Maybe we should add more documentation about S3-compatible but non-AWS backends in general, with a few examples.

@Sade154
Copy link
Author

Sade154 commented Dec 6, 2024

That would be great :)

Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
boards 🧑‍🏫 documentation feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants