You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. By default calculated from `compression` value."
115
116
required: false
@@ -120,6 +121,7 @@ components: sinks: aws_s3: {
120
121
}
121
122
}
122
123
content_type: {
124
+
category: "Content Type"
123
125
common: false
124
126
description: "A standard MIME type describing the format of the contents."
description: "Whether or not to append a UUID v4 token to the end of the file. This ensures there are no name collisions high volume use cases."
134
137
required: false
135
138
warnings: []
136
139
type: bool: default: true
137
140
}
138
141
filename_extension: {
142
+
category: "File Naming"
139
143
common: false
140
144
description: "The filename extension to use in the object name."
141
145
required: false
@@ -145,6 +149,7 @@ components: sinks: aws_s3: {
145
149
}
146
150
}
147
151
filename_time_format: {
152
+
category: "File Naming"
148
153
common: false
149
154
description: "The format of the resulting object file name. [`strftime` specifiers](\(urls.strptime_specifiers)) are supported."
150
155
required: false
@@ -154,6 +159,7 @@ components: sinks: aws_s3: {
154
159
}
155
160
}
156
161
grant_full_control: {
162
+
category: "ACL"
157
163
common: false
158
164
description: "Gives the named [grantee][urls.aws_s3_grantee] READ, READ_ACP, and WRITE_ACP permissions on the created objects."
159
165
required: false
@@ -164,6 +170,7 @@ components: sinks: aws_s3: {
164
170
}
165
171
}
166
172
grant_read: {
173
+
category: "ACL"
167
174
common: false
168
175
description: "Allows the named [grantee][urls.aws_s3_grantee] to read the created objects and their metadata."
169
176
required: false
@@ -174,6 +181,7 @@ components: sinks: aws_s3: {
174
181
}
175
182
}
176
183
grant_read_acp: {
184
+
category: "ACL"
177
185
common: false
178
186
description: "Allows the named [grantee][urls.aws_s3_grantee] to read the created objects' ACL."
179
187
required: false
@@ -184,6 +192,7 @@ components: sinks: aws_s3: {
184
192
}
185
193
}
186
194
grant_write_acp: {
195
+
category: "ACL"
187
196
common: false
188
197
description: "Allows the named [grantee][urls.aws_s3_grantee] to write the created objects' ACL."
189
198
required: false
@@ -194,6 +203,7 @@ components: sinks: aws_s3: {
194
203
}
195
204
}
196
205
key_prefix: {
206
+
category: "File Naming"
197
207
common: true
198
208
description: "A prefix to apply to all object key names. This should be used to partition your objects, and it's important to end this value with a `/` if you want this to be the root S3 \"folder\"."
199
209
required: false
@@ -204,6 +214,7 @@ components: sinks: aws_s3: {
204
214
}
205
215
}
206
216
server_side_encryption: {
217
+
category: "Encryption"
207
218
common: false
208
219
description: "The server-side encryption algorithm used when storing these objects."
209
220
required: false
@@ -217,6 +228,7 @@ components: sinks: aws_s3: {
217
228
}
218
229
}
219
230
ssekms_key_id: {
231
+
category: "Encryption"
220
232
common: false
221
233
description: "If `server_side_encryption` has the value `\"aws.kms\"`, this specifies the ID of the AWS Key Management Service (AWS KMS) symmetrical customer managed customer master key (CMK) that will used for the created objects. If not specified, Amazon S3 uses the AWS managed CMK in AWS to protect the data."
222
234
required: false
@@ -227,6 +239,7 @@ components: sinks: aws_s3: {
227
239
}
228
240
}
229
241
storage_class: {
242
+
category: "Storage"
230
243
common: false
231
244
description: "The storage class for the created objects. See [the S3 Storage Classes](https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html) for more details."
0 commit comments