Skip to content

Commit 1e64efb

Browse files
author
Robert Fekete
committed
s3 object naming clarification
1 parent 327712f commit 1e64efb

File tree

1 file changed

+6
-3
lines changed
  • content/chapter-destinations/destination-s3

1 file changed

+6
-3
lines changed

content/chapter-destinations/destination-s3/_index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,14 @@ All of these strategies can be used individually, or together.
6262

6363
The name of the object can be further modified by the following options:
6464

65-
- [`object-key-suffix()`](#object-key-suffix)
66-
- `compression()`
65+
- [`object-key-suffix()`](#object-key-suffix): A custom suffix that comes after the timestamp/index added by the object creation strategies.
66+
- [`compression()`](#compression): For compressed objects, `.gz` is appended to the very end of the object name.
6767

68-
<!-- object-key()object-key-timestamp()maxo-object-size()object-key-suffix().gz(if compression is enabled) -->
68+
To summarize, the different options (if set) modify the name of the object in the following order:
6969

70+
```
71+
object-key()object-key-timestamp()max-object-size()object-key-suffix().gz(if compression is enabled)
72+
```
7073

7174
## Upload options
7275

0 commit comments

Comments
 (0)