Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commitffb0bd3
build, tools: drop leading
The script is commented as removing `/home/dist/` part but the `cut`command is off by one and end up including the `/` character (so thatthe resulting string starts with `/`). When this is substituted into`s3://${cloudflare_bucket}/${r2dir}/${shafile}.asc` we end up with`//` (one from the template and one from the `r2dir`) which appearsto cause Cloudflare to create an extra top level `/` directory in thebucket.PR-URL:#53951Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: Michaël Zasso <targos@protonmail.com>Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>/
fromr2dir
1 parente6ba121 commitffb0bd3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
0 commit comments
Comments
(0)