Skip to content

Commit

Permalink
Merge pull request #91 from vshn/object-bucket-create
Browse files Browse the repository at this point in the history
Adjust ObjectBucket create doc page
  • Loading branch information
zugao authored Oct 31, 2023
2 parents 3bd55e9 + 49ee4de commit 42ae9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/object-storage/create.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ spec:
name: objectbucket-creds # <4>
----
<1> The namespace where the object will be created.
<2> Bucket name: *don't just copy/paste this code, remember to choose your own name here!*
<2> The bucket name for this ObjectBucket.
<3> The bucket's region depends on the selected Provider, see xref:references/cloud-zones.adoc#_regions[here] for more details
<4> Secret where the connection details are provisioned. This secret shouldn't exist at this time.
+
IMPORTANT: Object Storage Bucket names must be unique across providers. Make sure to choose a name with prefixes and other guards, to prevent any issue during the creation of the bucket. No error message is returned if the bucket cannot be created.
IMPORTANT: Object Storage Bucket names must be unique across providers. Make sure to choose a name with prefixes and other guards, to prevent any issue during the creation of the bucket. Check the status field of the `ObjectBucket` for such errors.

== Create a Bucket in another cloud provider

Expand Down

0 comments on commit 42ae9f3

Please sign in to comment.