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 89cfa4b commit 847553aCopy full SHA for 847553a
.gitignore
@@ -1,2 +1,3 @@
1
.idea/
2
+local-tests/
3
.DS_Store
lib/OpenCloud/ObjectStore/Container.php
@@ -37,7 +37,7 @@ class Container extends CDNContainer
37
*/
38
public function EnableCDN($ttl = null)
39
{
40
- $url = $this->Service()->CDN()->Url() . '/' . $this->name;
+ $url = $this->Service()->CDN()->Url() . '/' . rawurlencode($this->name);
41
42
$headers = $this->MetadataHeaders();
43
0 commit comments