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
Copy file name to clipboardExpand all lines: docs/reference/components/sinks/aws_s3.cue
+12-11
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ components: sinks: aws_s3: {
85
85
86
86
configuration: {
87
87
acl: {
88
+
category: "ACL"
88
89
common: false
89
90
description: "Canned ACL to apply to the created objects. For more information, see [Canned ACL][urls.aws_s3_canned_acl]."
90
91
required: false
@@ -110,7 +111,7 @@ components: sinks: aws_s3: {
110
111
}
111
112
}
112
113
content_encoding: {
113
-
category: "Content Type"
114
+
category: "Content Type"
114
115
common: false
115
116
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."
116
117
required: false
@@ -121,7 +122,7 @@ components: sinks: aws_s3: {
121
122
}
122
123
}
123
124
content_type: {
124
-
category: "Content Type"
125
+
category: "Content Type"
125
126
common: false
126
127
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."
137
138
required: false
138
139
warnings: []
139
140
type: bool: default: true
140
141
}
141
142
filename_extension: {
142
-
category: "File Naming"
143
+
category: "File Naming"
143
144
common: false
144
145
description: "The filename extension to use in the object name."
145
146
required: false
@@ -149,7 +150,7 @@ components: sinks: aws_s3: {
149
150
}
150
151
}
151
152
filename_time_format: {
152
-
category: "File Naming"
153
+
category: "File Naming"
153
154
common: false
154
155
description: "The format of the resulting object file name. [`strftime` specifiers](\(urls.strptime_specifiers)) are supported."
155
156
required: false
@@ -159,7 +160,7 @@ components: sinks: aws_s3: {
159
160
}
160
161
}
161
162
grant_full_control: {
162
-
category: "ACL"
163
+
category: "ACL"
163
164
common: false
164
165
description: "Gives the named [grantee][urls.aws_s3_grantee] READ, READ_ACP, and WRITE_ACP permissions on the created objects."
165
166
required: false
@@ -170,7 +171,7 @@ components: sinks: aws_s3: {
170
171
}
171
172
}
172
173
grant_read: {
173
-
category: "ACL"
174
+
category: "ACL"
174
175
common: false
175
176
description: "Allows the named [grantee][urls.aws_s3_grantee] to read the created objects and their metadata."
176
177
required: false
@@ -181,7 +182,7 @@ components: sinks: aws_s3: {
181
182
}
182
183
}
183
184
grant_read_acp: {
184
-
category: "ACL"
185
+
category: "ACL"
185
186
common: false
186
187
description: "Allows the named [grantee][urls.aws_s3_grantee] to read the created objects' ACL."
187
188
required: false
@@ -192,7 +193,7 @@ components: sinks: aws_s3: {
192
193
}
193
194
}
194
195
grant_write_acp: {
195
-
category: "ACL"
196
+
category: "ACL"
196
197
common: false
197
198
description: "Allows the named [grantee][urls.aws_s3_grantee] to write the created objects' ACL."
198
199
required: false
@@ -203,7 +204,7 @@ components: sinks: aws_s3: {
203
204
}
204
205
}
205
206
key_prefix: {
206
-
category: "File Naming"
207
+
category: "File Naming"
207
208
common: true
208
209
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\"."
209
210
required: false
@@ -239,7 +240,7 @@ components: sinks: aws_s3: {
239
240
}
240
241
}
241
242
storage_class: {
242
-
category: "Storage"
243
+
category: "Storage"
243
244
common: false
244
245
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