We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c683d83 commit 7cdca13Copy full SHA for 7cdca13
doc/services/object-store/cdn.rst
@@ -71,6 +71,12 @@ Once a container has been CDN-enabled, you can retrieve it like so:
71
72
$cdnContainer = $cdnService->cdnContainer('{containerName}');
73
74
+If you already have a container object and want to avoid instantiating a new service, you can also do:
75
+
76
+.. code-block:: php
77
78
+ $cdnContainer = $container->getCdn();
79
80
81
Retrieve the SSL URL of a CDN container
82
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments