docs: migrated images to cloudinary from imgur (#2569)
This commit is contained in:
@@ -32,19 +32,19 @@ minio server ~/minio --console-address :9090 --address :9001
|
||||
|
||||
After installing MinIO and logging into the Console, click on “Create Bucket” to create a new bucket that will store the files of your Medusa server.
|
||||
|
||||

|
||||

|
||||
|
||||
Then, in the form, enter a name for the bucket and click on Create Bucket. By MinIO’s requirement, the name can only consist of lower case characters, numbers, dots (`.`), and hyphens (`-`).
|
||||
|
||||

|
||||

|
||||
|
||||
After creating the bucket, click on the cog icon at the top right to configure the bucket.
|
||||
|
||||

|
||||

|
||||
|
||||
Then, click on the edit icon next to Access Policy. This will open a pop-up.
|
||||
|
||||

|
||||

|
||||
|
||||
In the pop-up, change the selected value to “public” and click Set.
|
||||
|
||||
@@ -58,15 +58,15 @@ Changing the Access Policy to public will allow anyone to access your bucket. Av
|
||||
|
||||
From the sidebar of your MinIO console, click on Identity then Service Accounts.
|
||||
|
||||

|
||||

|
||||
|
||||
Then, click on Create Service Account.
|
||||
|
||||

|
||||

|
||||
|
||||
This will generate a random Access Key and Secret Key for you.
|
||||
|
||||

|
||||

|
||||
|
||||
Click on Create. A pop-up will then show the value for your Access Key and Secret Key. Copy them to use in the next section.
|
||||
|
||||
@@ -119,7 +119,7 @@ If you have multiple storage plugins configured, the last plugin declared in the
|
||||
|
||||
Run your Medusa server alongside the [Medusa Admin](../admin/quickstart.md) to try out your new file service. Upon editing or creating products, you can now upload thumbnails and images, that are stored in a MinIO server.
|
||||
|
||||

|
||||

|
||||
|
||||
## Private Buckets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user