File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -202,18 +202,18 @@ extension).
202202 - bucket owner (or dash if empty)
203203 - bucket name (or dash if empty), in the format: ``[tenant:]<bucket name> ``
204204 - time in the following format: ``[day/month/year:hour:minute:second timezone] ``
205- - object key (or dash if empty)
206205 - operation in the following format: ``WEBSITE/REST.<HTTP method>.<resource> ``
206+ - object key (or dash if empty)
207207 - object size (or dash if empty)
208- - version id (dash if empty or question mark if unknown )
209- - eTag
208+ - version id (or dash if empty )
209+ - eTag (or dash if empty)
210210
211211For example:
212212
213213::
214214
215- testid fish [06/Aug/2024:09:40:09 +0000] myfile - REST.PUT.OBJECT 4cfdfc1f58e762d3e116787cb92fac60
216- testid fish [06/Aug/2024:09:40:28 +0000] myfile REST.DELETE.OBJECT 4cfdfc1f58e762d3e116787cb92fac60
215+ testid fish [06/Aug/2024:09:40:09 +0000] REST.PUT.OBJECT myfile - 512 4cfdfc1f58e762d3e116787cb92fac60
216+ testid fish [06/Aug/2024:09:40:28 +0000] REST.DELETE.OBJECT myfile - - 4cfdfc1f58e762d3e116787cb92fac60
217217
218218
219219Standard
You can’t perform that action at this time.
0 commit comments