File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
content/chapter-destinations/destination-s3 Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,14 @@ All of these strategies can be used individually, or together.
6262
6363The 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
You can’t perform that action at this time.
0 commit comments