-
Notifications
You must be signed in to change notification settings - Fork 227
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
chore(gen): documentation review MTA-5394 #4146
Open
SamyOubouaziz
wants to merge
1
commit into
main
Choose a base branch
from
MTA-5394
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -7,7 +7,7 @@ content: | |||||
paragraph: Quickly get started with Scaleway Object Storage. | ||||||
tags: object-storage object storage bucket archived | ||||||
dates: | ||||||
validation: 2024-06-17 | ||||||
validation: 2024-12-24 | ||||||
posted: 2021-05-26 | ||||||
categories: | ||||||
- storage | ||||||
|
@@ -21,10 +21,6 @@ categories: | |||||
- A Scaleway account logged into the [console](https://console.scaleway.com) | ||||||
- [Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization | ||||||
|
||||||
<Message type="tip"> | ||||||
As an alternative or complement to this documentation page, check out our video: [What is Object Storage? Quickstart guide with use cases](/storage/object/videos/). | ||||||
</Message> | ||||||
|
||||||
## How to create a bucket | ||||||
|
||||||
To get started with Object Storage, you must first create a bucket. Objects are gathered into buckets. Each bucket represents a space where objects are stored. | ||||||
|
@@ -73,11 +69,8 @@ A list of the bucket's objects displays including the newly uploaded objects. | |||||
|
||||||
## How to download files from a bucket | ||||||
|
||||||
1. Click the name of your selected bucket in the buckets list. A list of your objects displays. | ||||||
2. Run your cursor over the name of the object you wish to download. The <Icon name="download" /> icon appears. | ||||||
3. Click the icon to begin the download of the object into your local file system. | ||||||
|
||||||
Alternatively, you can click the <Icon name="more" /> icon for your selected object and click **Download**. | ||||||
1. Click the name of the bucket in the buckets list. A list of your objects displays. | ||||||
2.Click the <Icon name="download" /> icon next to the object you want to download. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## How to delete a bucket | ||||||
|
||||||
|
@@ -86,13 +79,7 @@ When you delete a bucket, every object stored inside it is deleted with it. | |||||
1. Click **Object Storage** in the **Storage** section of the side menu. The list of your buckets displays. | ||||||
2. Click the name of your selected bucket in the buckets list. | ||||||
3. Click the **Bucket settings** tab. | ||||||
4. Scroll to the end of the page and click **Delete bucket**. | ||||||
|
||||||
A pop-up appears warning that: | ||||||
|
||||||
<Message type="important"> | ||||||
Every object stored inside this bucket will be lost, and another customer will be allowed to reuse the name of this bucket. The deletion of your bucket will be triggered today at 11.59 pm UTC. | ||||||
</Message> | ||||||
4. Scroll to the end of the page and click **Delete bucket**. A pop-up appears. | ||||||
5. If you understand and agree to the conditions, type **DELETE** in the box and click **Delete bucket**. | ||||||
|
||||||
Alternatively, you can delete a bucket by clicking the <Icon name="more" /> icon and then **Delete** in your bucket list. | ||||||
|
@@ -101,4 +88,4 @@ Once the bucket is deleted, it disappears from your bucket list. | |||||
|
||||||
<Message type="note"> | ||||||
For operational reasons, you have to wait 24 hours before creating a bucket with the same name as the one you have just deleted. | ||||||
</Message> | ||||||
</Message> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.