-
Notifications
You must be signed in to change notification settings - Fork 9
Update Freezer docs #789
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
Update Freezer docs #789
Conversation
Summary of ChangesHello @AgentKumara, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the Freezer long-term storage documentation by reorganizing existing content and introducing new, dedicated guides. The changes aim to improve clarity and user experience by separating configuration, usage, advanced commands, and troubleshooting into distinct, easily navigable sections. This restructuring makes it simpler for users to find specific information related to interacting with Freezer via s3cmd. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Docs now clear and bright, Freezer's secrets brought to light, Data flows with ease. Footnotes
|
Test deployment available at https://callumwalley.github.io/mkdocs-demo-deploy/nesi/support-docs/freezer See all deployed demo sites |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, a few comments.
I think the big one for consistency is that all the <freezer_bucket> should be
You will need to configure the `s3cmd` tool before you use it for the first time. Configuring the `s3cmd` allows for user credentials and default buckets to be remembered. This will only need to be done once. | ||
|
||
```sh | ||
s3cmd --configure --multipart-chunk-size-mb=1024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be
s3cmd --configure
List all objects in a bucket. | ||
|
||
```sh | ||
s3cmd ls -r -l -H s3://<freezer_bucket>/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets remove _ as we cannot use _ in bucket names any more, can we make it ?
s3cmd du -H s3://<freezer_bucket> | ||
7G 1781 objects s3://<freezer_bucket>/ | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
again switch _ for -
|
||
```sh | ||
s3cmd put --verbose your_file s3://<freezer_bucket>/your_directory/your_file | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_ to - in bucket
fixed s3cmd --configure Signed-off-by: Vicky Fan <[email protected]>
Signed-off-by: Vicky Fan <[email protected]>
Signed-off-by: Vicky Fan <[email protected]>
Signed-off-by: Vicky Fan <[email protected]>
No description provided.