Commit a64f431
Document prefix option for mounting bucket subdirectories (#27459)
* Document prefix option for mounting bucket subdirectories
Add documentation for the new prefix option in mountBucket() that allows
mounting specific subdirectories within S3-compatible buckets.
Changes:
- Add prefix field to MountBucketOptions type documentation
- Add example of mounting bucket subdirectory in API reference
- Add dedicated section in mount-buckets guide with multiple examples
- Document prefix format requirements (must start and end with /)
Related: cloudflare/sandbox-sdk#335
* Add documentation for mountBucket prefix option
Documents the new prefix parameter that allows mounting S3 bucket
subdirectories. Updates both the API reference and mount-buckets guide
with examples and validation requirements.
Syncs cloudflare-docs with sandbox-sdk PR #335
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Silverlock <msilverlock@cloudflare.com>1 parent 9913223 commit a64f431
2 files changed
Lines changed: 47 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
142 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
143 | 144 | | |
144 | | - | |
145 | | - | |
| 145 | + | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
96 | 134 | | |
97 | 135 | | |
98 | 136 | | |
| |||
264 | 302 | | |
265 | 303 | | |
266 | 304 | | |
| 305 | + | |
267 | 306 | | |
268 | 307 | | |
269 | 308 | | |
| |||
0 commit comments