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

Document copying to cloud storage #234

Open
jeromekelleher opened this issue Jun 4, 2024 · 1 comment
Open

Document copying to cloud storage #234

jeromekelleher opened this issue Jun 4, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed

Comments

@jeromekelleher
Copy link
Contributor

Currently we have no documentation for how to copy final encoded Zarrs to cloud storage. We would love to test this out at scale and document for other users.

@jeromekelleher jeromekelleher added documentation Improvements or additions to documentation help wanted Extra attention is needed labels Jun 4, 2024
@jgafnea
Copy link

jgafnea commented Jun 6, 2024

Hi, if you're using s3 (a guess), the following generally works for copying local files to cloud storage:

# Copy file to cloud storage.
aws s3 cp myfile.ext s3://mybucket

# Copy directory to cloud storage.
aws s3 cp mydir s3://mybucket/ --recursive

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants